diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-02-02 23:57:42 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-02-02 23:57:42 +0000 |
| commit | 8856a67e4191cf3c18b914e106bd04eedf521fa4 (patch) | |
| tree | b9416c64e272aa15edbe0059a0f5a8d6bf7609fe /llvm/lib/Support/APInt.cpp | |
| parent | d0a2f52f8fd1e59ede4d6a239e9ac7ac2f37dc80 (diff) | |
| download | llvm-8856a67e4191cf3c18b914e106bd04eedf521fa4.zip llvm-8856a67e4191cf3c18b914e106bd04eedf521fa4.tar.gz llvm-8856a67e4191cf3c18b914e106bd04eedf521fa4.tar.bz2 | |
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
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions
