clang/test/Driver/ps4-linker-non-win.c: Make %T/ps4-ld executable, or the driver wouldn't find it.
llvm-svn: 250631
This commit is contained in:
parent
c4d8ed0e53
commit
c8e10523f9
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
// RUN: rm -f %T/ps4-ld
|
// RUN: rm -f %T/ps4-ld
|
||||||
// RUN: touch %T/ps4-ld
|
// RUN: touch %T/ps4-ld
|
||||||
// XFAIL: *
|
// RUN: chmod +x %T/ps4-ld
|
||||||
|
|
||||||
// RUN: env "PATH=%T" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=gold 2>&1 \
|
// RUN: env "PATH=%T" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=gold 2>&1 \
|
||||||
// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s
|
// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue