llvm-6502/tools/lto
Nick Lewycky d42b58b61c Fix libLTO:
* Call InitializeAllTargets on every path where we might query the
   TargetRegistry. This fixes PR4604.
 * flush the formatted_raw_ostream& or else not all of the assembly will make
   it to the .s file. (It doesn't do this in its destructor?!)
 * Due to a reversed conditional, libLTO was reporting many symbols as both
   defined and undefined, including two definitions of the same symbol name
   in its symbol list.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77170 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-26 22:16:39 +00:00
..
lto.cpp Add newline at end of file. 2009-07-03 15:38:01 +00:00
lto.exports <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler 2009-06-04 00:28:45 +00:00
LTOCodeGenerator.cpp Fix libLTO: 2009-07-26 22:16:39 +00:00
LTOCodeGenerator.h Have asm printers use formatted_raw_ostream directly to avoid a 2009-07-14 20:18:05 +00:00
LTOModule.cpp Fix libLTO: 2009-07-26 22:16:39 +00:00
LTOModule.h Maintain the old LTO API, by using the global context. 2009-07-02 00:31:14 +00:00
Makefile fix ld error with -no-undefined switch, which is undefined on darwin8 2009-07-02 00:10:23 +00:00