summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/lto-plugin-darwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/lto-plugin-darwin.c')
-rw-r--r--clang/test/Driver/lto-plugin-darwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/lto-plugin-darwin.c b/clang/test/Driver/lto-plugin-darwin.c
index ac1586f56a0..db21f999ba2 100644
--- a/clang/test/Driver/lto-plugin-darwin.c
+++ b/clang/test/Driver/lto-plugin-darwin.c
@@ -1,6 +1,6 @@
// Check that Darwin uses LLVMgold.dylib.
// REQUIRES: system-darwin
-// RUN: %clang -target x86_64-unknown-linux -### %s -flto 2>&1 \
+// RUN: %clang -### %s -flto 2>&1 \
// RUN: | FileCheck -check-prefix=CHECK-LTO-PLUGIN %s
//
// CHECK-LTO-PLUGIN: "-plugin" "{{.*}}/LLVMgold.dylib"
OpenPOWER on IntegriCloud