forked from OSchip/llvm-project
Revert "[PS4] Tighten up a test (noticed in passing)"
This reverts commit r269709. r262285 changed this deliberately so that the test would not be sensitive to which binaries are in the same directory as clang. See the commit message of that commit for more background. llvm-svn: 274084
This commit is contained in:
parent
78153a6d6e
commit
28dee56187
|
@ -22,5 +22,5 @@
|
|||
// RUN: env "PATH=%T;%PATH%;" %clang -target x86_64-scei-ps4 %s -shared \
|
||||
// RUN: -fuse-ld=ps4 -### 2>&1 | FileCheck --check-prefix=CHECK-PS4-LINKER %s
|
||||
|
||||
// CHECK-PS4-GOLD: \\orbis-ld.gold.exe"
|
||||
// CHECK-PS4-LINKER: \\orbis-ld.exe"
|
||||
// CHECK-PS4-GOLD: \\orbis-ld.gold
|
||||
// CHECK-PS4-LINKER: \\orbis-ld
|
||||
|
|
Loading…
Reference in New Issue