diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-03 01:13:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-03 01:13:25 +0000 |
commit | 183ef68ef73423ff1e8e9536fec8952ac5ed25eb (patch) | |
tree | 01df7b76a446de08de36becafa2fc0d82e197cfe /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 996ec840d0867e95422d1de8f97efd934f233ea6 (diff) | |
download | llvm-183ef68ef73423ff1e8e9536fec8952ac5ed25eb.zip llvm-183ef68ef73423ff1e8e9536fec8952ac5ed25eb.tar.gz llvm-183ef68ef73423ff1e8e9536fec8952ac5ed25eb.tar.bz2 |
Finally eliminate printMCInst and send instructions through
the streamer. Demo:
$ cat t.ll
define i32 @test() nounwind {
ret i32 42
}
$ llc t.ll -o -
...
_test:
movl $42, %eax
ret
$ llc t.ll -o t.o -filetype=obj
$ otool -tv t.o
t.o:
(__TEXT,__text) section
_test:
00000000 movl $0x0000002a,%eax
00000005 ret
llvm-svn: 95179
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions