summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-08-15 23:57:32 +0000
committerDan Albert <danalbert@google.com>2017-08-15 23:57:32 +0000
commit8afdd2f81e575e030e9478e08417753f3bf92b4e (patch)
tree7d1014542339c0acd2db818c9a8476161984a4f7 /clang
parenta1adbe6ca11ae52e4aa1d6fa20f8c40f63cc5cc4 (diff)
downloadbcm5719-llvm-8afdd2f81e575e030e9478e08417753f3bf92b4e.tar.gz
bcm5719-llvm-8afdd2f81e575e030e9478e08417753f3bf92b4e.zip
Revert "Add a target for new LTO plugin name tests."
llvm-svn: 310976
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Driver/lto-plugin-darwin.c2
-rw-r--r--clang/test/Driver/lto-plugin-linux.c2
-rw-r--r--clang/test/Driver/lto-plugin-windows.c2
3 files changed, 3 insertions, 3 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"
diff --git a/clang/test/Driver/lto-plugin-linux.c b/clang/test/Driver/lto-plugin-linux.c
index ced3af9d4e4..e30dce6b055 100644
--- a/clang/test/Driver/lto-plugin-linux.c
+++ b/clang/test/Driver/lto-plugin-linux.c
@@ -1,6 +1,6 @@
// Check that non-Windows, non-Darwin OSs use LLVMgold.so.
// REQUIRES: !system-darwin && !system-windows
-// 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.so"
diff --git a/clang/test/Driver/lto-plugin-windows.c b/clang/test/Driver/lto-plugin-windows.c
index 9fc8a41cb22..2093e6a6cee 100644
--- a/clang/test/Driver/lto-plugin-windows.c
+++ b/clang/test/Driver/lto-plugin-windows.c
@@ -1,6 +1,6 @@
// Check that Windows uses LLVMgold.dll.
// REQUIRES: system-windows
-// 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.dll"
OpenPOWER on IntegriCloud