Go to file
Chandler Carruth edd92948d1 [gold] Consolidate the gold plugin options and actually search for
a gold binary explicitly. Substitute this binary into the tests rather
than just directly executing the 'ld' binary.

This should allow folks to inject a cross compiling gold binary, or in
my case to use a gold binary built and installed somewhere other than
/usr/bin/ld. It should also allow the tests to find 'ld.gold' so that
things work even if gold isn't the default on the system.

I've only stubbed out support in the makefile to preserve the existing
behavior with none of the fancy logic. If someone else wants to add
logic here, they're welcome to do so.

llvm-svn: 229251
2015-02-14 09:43:57 +00:00
clang Make a reference const. No behavior change. 2015-02-14 05:47:01 +00:00
clang-tools-extra Fix broken logic for include in block check. 2015-02-13 23:32:08 +00:00
compiler-rt Use @LINE instead of hardcoded line numbers 2015-02-14 00:09:09 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Handle function name conflicts in _LIBCPP_MSVCRT mode 2015-02-13 22:15:32 +00:00
libcxxabi Moar post-commit review. 2015-02-14 02:02:56 +00:00
lld Break some test. Revert until I got a proper fix 2015-02-14 09:10:25 +00:00
lldb Correctly handle N_INDR nlist entries and don't rely on the trie information in order to reproduce them since this dyld trie info can be missing. 2015-02-14 00:51:13 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly [PM] Convert Polly over to directly use the legacy pass manager 2015-02-13 09:51:50 +00:00