1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/include
Chris Lattner 78f57ac8dc 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.

llvm-svn: 95162
2010-02-02 23:57:42 +00:00
..
llvm Hook up -filetype=obj through the MachO streamer. Here's a demo: 2010-02-02 23:57:42 +00:00
llvm-c Changed constants to an enum so as not to pollute the 2010-01-27 23:20:51 +00:00