summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/fuchsia.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/fuchsia.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/fuchsia.c')
-rw-r--r--clang/test/Driver/fuchsia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/fuchsia.c b/clang/test/Driver/fuchsia.c
index 229b58828d0..75172edf6b2 100644
--- a/clang/test/Driver/fuchsia.c
+++ b/clang/test/Driver/fuchsia.c
@@ -1,5 +1,5 @@
// RUN: %clang %s -### -no-canonical-prefixes --target=x86_64-unknown-fuchsia \
-// RUN: --sysroot=%S/platform 2>&1 | FileCheck %s
+// RUN: --sysroot=%S/platform -fuse-ld=ld 2>&1 | FileCheck %s
// CHECK: {{.*}}clang{{.*}}" "-cc1"
// CHECK: "-fuse-init-array"
// CHECK: "-isysroot" "[[SYSROOT:[^"]+]]"
OpenPOWER on IntegriCloud