Propset the executables for GetProgramPath().llvm-svn: 211786
Implement the -fuse-ld= option.This commit implements the -fuse-ld= option, so that the usercan specify -fuse-ld=bfd to use ld.bfd.This commit re-applies r194328 with some test case changes.It
Implement the -fuse-ld= option.This commit implements the -fuse-ld= option, so that the usercan 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 buildbecause 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
show more ...
Revert r169557. It seems that the test is too restrictedand will break the build on buildbot.llvm-svn: 169562
Add i686-linux-android for gcc toolchain detection.* Look for i686-linux-android under <sysroot>/lib/gcc.* This patch also slightly enhance the test suite for Android GCC toolchain detection.
Add i686-linux-android for gcc toolchain detection.* Look for i686-linux-android under <sysroot>/lib/gcc.* This patch also slightly enhance the test suite for Android GCC toolchain detection.llvm-svn: 169557
Android standalone toolchain support.This change adds detection of C++ headers and libraries paths whenbuilding with the standalone toolchain from Android NDK. They are in aslightly unusual place
Android standalone toolchain support.This change adds detection of C++ headers and libraries paths whenbuilding with the standalone toolchain from Android NDK. They are in aslightly unusual place.llvm-svn: 163109