summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/basic_android_tree/bin
Commit message (Collapse)AuthorAgeFilesLines
* Propset the executables for GetProgramPath().Logan Chien2014-06-263-0/+0
| | | | llvm-svn: 211786
* Implement the -fuse-ld= option.Logan Chien2014-06-263-0/+0
This commit implements the -fuse-ld= option, so that the user can specify -fuse-ld=bfd to use ld.bfd. This commit re-applies r194328 with some test case changes. It seems that r194328 was breaking macosx or mingw build because clang can't find ld.bfd or ld.gold in the given sysroot. We should use -B to specify the executable search path instead. Patch originally by David Chisnall. llvm-svn: 211785
OpenPOWER on IntegriCloud