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:
NAKAMURA Takumi 2015-10-17 23:47:02 +00:00
parent c4d8ed0e53
commit c8e10523f9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// RUN: rm -f %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: | FileCheck --check-prefix=CHECK-PS4-LINKER %s