summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/nonportable-include-with-hmap.c
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2018-06-22 09:46:40 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2018-06-22 09:46:40 +0000
commit9b10b69afa8d0fca61bb2eb9959b65825983c6ac (patch)
treeef1f5d11bd136f811acfed57345b75082063762e /clang/test/Preprocessor/nonportable-include-with-hmap.c
parent9c8f9374b5ae3f087836445dce46e22c238891c0 (diff)
downloadbcm5719-llvm-9b10b69afa8d0fca61bb2eb9959b65825983c6ac.tar.gz
bcm5719-llvm-9b10b69afa8d0fca61bb2eb9959b65825983c6ac.zip
[hmaptool] Turn %hmaptool into a proper substitution
This is still super ugly, but at least it doesn't require working directories to just line up perfectly for python to find the tool. llvm-svn: 335330
Diffstat (limited to 'clang/test/Preprocessor/nonportable-include-with-hmap.c')
-rw-r--r--clang/test/Preprocessor/nonportable-include-with-hmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/nonportable-include-with-hmap.c b/clang/test/Preprocessor/nonportable-include-with-hmap.c
index f2c279f36ce..bbbd669a0f3 100644
--- a/clang/test/Preprocessor/nonportable-include-with-hmap.c
+++ b/clang/test/Preprocessor/nonportable-include-with-hmap.c
@@ -1,5 +1,5 @@
// RUN: rm -f %t.hmap
-// RUN: '%python' hmaptool write %S/Inputs/nonportable-hmaps/foo.hmap.json %t.hmap
+// RUN: %hmaptool write %S/Inputs/nonportable-hmaps/foo.hmap.json %t.hmap
// RUN: %clang_cc1 -Eonly \
// RUN: -I%t.hmap \
// RUN: -I%S/Inputs/nonportable-hmaps \
OpenPOWER on IntegriCloud