diff options
| -rw-r--r-- | clang/test/Driver/lto-plugin-darwin.c | 2 | ||||
| -rw-r--r-- | clang/test/Driver/lto-plugin-linux.c | 2 | ||||
| -rw-r--r-- | clang/test/Driver/lto-plugin-windows.c | 2 |
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" |

