clang/test/Driver/ps4-linker-non-win.c: Make sure that %T/ps4-ld would be used but *fails*.

llvm-svn: 250630
This commit is contained in:
NAKAMURA Takumi 2015-10-17 23:15:16 +00:00
parent 148f32925f
commit c4d8ed0e53
1 changed files with 4 additions and 1 deletions

View File

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