r250631 - clang/test/Driver/ps4-linker-non-win.c: Make %T/ps4-ld executable, or the driver wouldn't find it.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 17 16:47:03 PDT 2015


Author: chapuni
Date: Sat Oct 17 18:47:02 2015
New Revision: 250631

URL: http://llvm.org/viewvc/llvm-project?rev=250631&view=rev
Log:
clang/test/Driver/ps4-linker-non-win.c: Make %T/ps4-ld executable, or the driver wouldn't find it.

Modified:
    cfe/trunk/test/Driver/ps4-linker-non-win.c

Modified: cfe/trunk/test/Driver/ps4-linker-non-win.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/ps4-linker-non-win.c?rev=250631&r1=250630&r2=250631&view=diff
==============================================================================
--- cfe/trunk/test/Driver/ps4-linker-non-win.c (original)
+++ cfe/trunk/test/Driver/ps4-linker-non-win.c Sat Oct 17 18:47:02 2015
@@ -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




More information about the cfe-commits mailing list