1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Linker
Reid Spencer db43279e9a 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.

llvm-svn: 36584
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