summaryrefslogtreecommitdiff
path: root/test/Driver/ps4-linker-non-win.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-10-17 23:15:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-10-17 23:15:16 +0000
commit855e9ba56efa9239756b25d41ab41d11cc6d60aa (patch)
tree58ef9a2036953963a4ebb2f3928525c7775c4513 /test/Driver/ps4-linker-non-win.c
parent7162e06e4e5194c95d48fc7e4151491d022330dc (diff)
downloadclang-855e9ba56efa9239756b25d41ab41d11cc6d60aa.tar.gz
clang/test/Driver/ps4-linker-non-win.c: Make sure that %T/ps4-ld would be used but *fails*.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250630 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/ps4-linker-non-win.c')
-rw-r--r--test/Driver/ps4-linker-non-win.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Driver/ps4-linker-non-win.c b/test/Driver/ps4-linker-non-win.c
index 9a89527702..ff7b94998c 100644
--- a/test/Driver/ps4-linker-non-win.c
+++ b/test/Driver/ps4-linker-non-win.c
@@ -1,7 +1,9 @@
// UNSUPPORTED: system-windows
// REQUIRES: x86-registered-target
+// RUN: rm -f %T/ps4-ld
// RUN: touch %T/ps4-ld
+// XFAIL: *
// RUN: env "PATH=%T" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=gold 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s
@@ -15,4 +17,5 @@
// RUN: env "PATH=%T" %clang -### -target x86_64-scei-ps4 %s -shared \
// RUN: -fuse-ld=ps4 2>&1 | FileCheck --check-prefix=CHECK-PS4-LINKER %s
-// CHECK-PS4-LINKER: ps4-ld
+// FIXME: This depends that %T ends with "Output".
+// CHECK-PS4-LINKER: Output/ps4-ld