llvm-6502/tools
Rafael Espindola 11f403cf2b Add an extra-library-path option to the plugin. This is used to support
having a library both as bitcode and native code. We want to use the
bitcode first, but if codegen produces new undefined references we have to use
the native code to satisfy those references.

Gold has no notion of bitcode and native search directories, so instead it has
an API where the plugin can instruct it to look for the libraries it is passing
to it. This patch uses that API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106674 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-23 20:20:59 +00:00
..
bugpoint Save more temps with -save-temps. 2010-06-21 02:17:36 +00:00
edis Extended the edis "IsBranch" property to call 2010-05-11 01:27:08 +00:00
gold Add an extra-library-path option to the plugin. This is used to support 2010-06-23 20:20:59 +00:00
llc Avoid calling outs() and fouts() when the stream isn't really needed. 2010-05-27 19:47:36 +00:00
lli Simplify ".bc" detection. 2010-04-15 11:33:14 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer Add special case bitcode support for DebugLoc. This avoids 2010-04-03 02:17:50 +00:00
llvm-config
llvm-dis
llvm-extract Trim #includes. 2010-03-24 19:56:17 +00:00
llvm-ld don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090) 2010-05-07 16:27:04 +00:00
llvm-link Eliminate some unnessary Path::exists() calls. 2010-05-27 20:51:54 +00:00
llvm-mc llvm-mc: Don't set NO_INSTALL on llvm-mc. 2010-06-11 22:00:08 +00:00
llvm-nm
llvm-prof
llvm-ranlib
llvm-shlib
llvm-stub
llvmc llc no longer requires the -f option to overwrite files. 2010-04-29 18:46:52 +00:00
lto Eliminate some unnessary Path::exists() calls. 2010-05-27 20:51:54 +00:00
opt Change another reference to the "indirect callgraph node" to 2010-06-09 17:39:05 +00:00
CMakeLists.txt Add CMake support for 'edis'. 2010-04-13 20:52:50 +00:00
Makefile Build system fix to make llvm-mc properly build 2010-04-12 23:55:28 +00:00