From bab68c96f15867af6938d9c8f922d59d31351cad Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Thu, 26 Jun 2014 14:23:45 +0000 Subject: Implement the -fuse-ld= option. 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211785 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/Inputs/basic_freebsd_tree/usr/bin/ld.gold | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/Driver/Inputs/basic_freebsd_tree/usr/bin/ld.gold (limited to 'test/Driver/Inputs/basic_freebsd_tree/usr/bin/ld.gold') diff --git a/test/Driver/Inputs/basic_freebsd_tree/usr/bin/ld.gold b/test/Driver/Inputs/basic_freebsd_tree/usr/bin/ld.gold new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3