llvm-6502/tools/llc
Chris Lattner ac7798e906 Hook up -filetype=obj through the MachO streamer. Here's a demo:
$ cat t.ll 
@g = global i32 42
$ llc t.ll -o t.o -filetype=obj
$ nm t.o
00000000 D _g

There is still a ton of work left.  Instructions are not being encoded
yet apparently.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95162 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-02 23:57:42 +00:00
..
CMakeLists.txt Unbreak my CMake build. Say you'll link again. 2009-09-02 22:45:31 +00:00
llc.cpp Hook up -filetype=obj through the MachO streamer. Here's a demo: 2010-02-02 23:57:42 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00