llvm-6502/tools/llc
Nate Begeman 3fe980b127 Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.
Remove most of old Mach-O Writer support, it has been replaced by MCMachOStreamer

Further refactoring to completely remove MachOWriter and drive the object file
writer with the AsmPrinter MCInst/MCSection logic is forthcoming.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93527 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-15 18:51:18 +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 llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. 2010-01-15 18:51:18 +00:00
Makefile Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc 2009-09-02 19:35:19 +00:00