Revert "Add a target for new LTO plugin name tests."

llvm-svn: 310976
This commit is contained in:
Dan Albert 2017-08-15 23:57:32 +00:00
parent a1adbe6ca1
commit 8afdd2f81e
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"