llvm-6502/tools/lto
Bill Wendling c6fbaa9701 Don't run internalize if we're outputing bit-code and not an object file.
The problem with running internalize before we're ready to output an object file
is that it may change a 'weak' symbol into an internal one, but that symbol
could be needed by an external object file --- e.g. with arclite.

<rdar://problem/14334895>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185882 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-08 23:23:03 +00:00
..
CMakeLists.txt
lto.cpp
lto.exports
LTOCodeGenerator.cpp Don't run internalize if we're outputing bit-code and not an object file. 2013-07-08 23:23:03 +00:00
LTOCodeGenerator.h Add missing header. 2013-05-04 02:21:46 +00:00
LTODisassembler.cpp
LTOModule.cpp Remove address spaces from MC. 2013-07-02 15:49:13 +00:00
LTOModule.h
Makefile Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options. 2013-06-04 15:26:37 +00:00