summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/prefixed-tools.c
diff options
context:
space:
mode:
authorJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>2017-01-08 10:04:07 +0000
committerJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>2017-01-08 10:04:07 +0000
commit1cdcf8f8c64cb2795e5d7ca7b781991edb8a6d9a (patch)
tree83a115b0b9f9485d8d321317b9b3ccd2662f2b6f /clang/test/Driver/prefixed-tools.c
parent9e2dceba19a3f1591d983365f38084f5cbe7374b (diff)
downloadbcm5719-llvm-1cdcf8f8c64cb2795e5d7ca7b781991edb8a6d9a.tar.gz
bcm5719-llvm-1cdcf8f8c64cb2795e5d7ca7b781991edb8a6d9a.zip
Fix tests with CLANG_DEFAULT_LINKER
I originally requested this to be tested in D25263 but in the end forgot to make sure that it was done. Differential Revision: https://reviews.llvm.org/D28289 llvm-svn: 291389
Diffstat (limited to 'clang/test/Driver/prefixed-tools.c')
-rw-r--r--clang/test/Driver/prefixed-tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/prefixed-tools.c b/clang/test/Driver/prefixed-tools.c
index cdd59dae133..63f7f29ae96 100644
--- a/clang/test/Driver/prefixed-tools.c
+++ b/clang/test/Driver/prefixed-tools.c
@@ -1,8 +1,8 @@
-// RUN: %clang -### -B%S/Inputs/prefixed_tools_tree -o %t.o -no-integrated-as \
+// RUN: %clang -### -B%S/Inputs/prefixed_tools_tree -o %t.o -no-integrated-as -fuse-ld=ld \
// RUN: -target x86_64--linux %s 2>&1 | \
// RUN: FileCheck --check-prefix=CHECK-M64 %s
-// RUN: %clang -### -B%S/Inputs/prefixed_tools_tree -o %t.o -no-integrated-as \
+// RUN: %clang -### -B%S/Inputs/prefixed_tools_tree -o %t.o -no-integrated-as -fuse-ld=ld \
// RUN: -m32 -target x86_64--linux %s 2>&1 | \
// RUN: FileCheck --check-prefix=CHECK-M32 %s
OpenPOWER on IntegriCloud