llvm-6502/lib/Linker
Reid Spencer c9a83e4f19 If an archive is not recognized as an LLVM bytecode archive then declare
that it is native so that the linker will pass it on downstream. This avoids
a problem where the native link line fails because there is both a .so and
a .a file. The .a file gets processed as bytecode and then dropped from the
command line.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36584 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-30 00:29:39 +00:00
..
LinkArchives.cpp If an archive is not recognized as an LLVM bytecode archive then declare 2007-04-30 00:29:39 +00:00
Linker.cpp push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
LinkItems.cpp If an archive is not recognized as an LLVM bytecode archive then declare 2007-04-30 00:29:39 +00:00
LinkModules.cpp Implement visibility checking during linking. Also implement protected 2007-04-29 20:56:48 +00:00
Makefile