[PATCH] D49258: [json, test] Fix the json.td test - the path to python could contain spaces
Stella Stamenova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 13 08:16:08 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL337006: [json, test] Fix the json.td test - the path to python could contain spaces (authored by stella.stamenova, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49258?vs=155226&id=155393#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49258
Files:
llvm/trunk/test/TableGen/JSON.td
Index: llvm/trunk/test/TableGen/JSON.td
===================================================================
--- llvm/trunk/test/TableGen/JSON.td
+++ llvm/trunk/test/TableGen/JSON.td
@@ -1,4 +1,4 @@
-// RUN: llvm-tblgen -dump-json %s | %python %S/JSON-check.py %s
+// RUN: llvm-tblgen -dump-json %s | '%python' %S/JSON-check.py %s
// CHECK: data['!tablegen_json_version'] == 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49258.155393.patch
Type: text/x-patch
Size: 381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/200d708e/attachment.bin>
More information about the llvm-commits
mailing list