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
..
2010-01-26 08:50:50 +00:00
2010-02-02 23:55:14 +00:00
2009-08-28 23:24:31 +00:00
2009-11-06 10:58:06 +00:00
2010-01-16 21:55:24 +00:00
2009-11-06 10:58:06 +00:00
2010-01-22 06:03:06 +00:00
2010-01-20 19:25:45 +00:00
2009-11-06 10:58:06 +00:00