Skip to content
Snippets Groups Projects
Commit 855e9ba5 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

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
parent 7162e06e
No related branches found
No related tags found
No related merge requests found
// 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment