[PATCH] D63600: [test][Driver] Fix Clang :: Driver/cl-response-file.c
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 14:29:49 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL363985: [test][Driver] Fix Clang :: Driver/cl-response-file.c (authored by ro, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D63600?vs=205793&id=205903#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63600/new/
https://reviews.llvm.org/D63600
Files:
cfe/trunk/test/Driver/cl-response-file.c
Index: cfe/trunk/test/Driver/cl-response-file.c
===================================================================
--- cfe/trunk/test/Driver/cl-response-file.c
+++ cfe/trunk/test/Driver/cl-response-file.c
@@ -4,7 +4,7 @@
-// RUN: echo '/I%S\Inputs\cl-response-file\ /DFOO=2' > %t.rsp
+// RUN: printf '/I%S\Inputs\\cl-response-file\ /DFOO=2' > %t.rsp
// RUN: %clang_cl /c -### @%t.rsp -- %s 2>&1 | FileCheck %s
// CHECK: "-I" "{{.*}}\\Inputs\\cl-response-file\\" "-D" "FOO=2"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63600.205903.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/ad3370e5/attachment.bin>
More information about the llvm-commits
mailing list