Go to file
Rafael Espindola ef49815638 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.

llvm-svn: 106674
2010-06-23 20:20:59 +00:00
clang Add parentheses suggested by gcc. 2010-06-23 19:34:52 +00:00
compiler-rt This is a test commit to verify repository access. 2010-06-19 04:34:50 +00:00
libcxx Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. 2010-06-21 21:01:43 +00:00
lldb Fixes for array handling and dynamic type casting 2010-06-23 18:58:10 +00:00
llvm Add an extra-library-path option to the plugin. This is used to support 2010-06-23 20:20:59 +00:00