From cbcfe36ebc2f310b2cdf667e375756d076262e9b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 17 Oct 2015 23:47:02 +0000 Subject: [PATCH] clang/test/Driver/ps4-linker-non-win.c: Make %T/ps4-ld executable, or the driver wouldn't find it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250631 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/ps4-linker-non-win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/ps4-linker-non-win.c b/test/Driver/ps4-linker-non-win.c index ff7b94998c..ba4d5a4c67 100644 --- a/test/Driver/ps4-linker-non-win.c +++ b/test/Driver/ps4-linker-non-win.c @@ -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 -- 2.40.0