summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2018-06-21 01:23:58 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2018-06-21 01:23:58 +0000
commit1f3cc8c1d3ea8123f53a99c95d4780fbcadf24cb (patch)
tree0e54cdc1ea8c6f918d8f493ae7daf9d1a621b68d /clang/test/Modules
parent6a0a6d8a8bcf4954f59728e98b00b3f5bd0c63a0 (diff)
downloadbcm5719-llvm-1f3cc8c1d3ea8123f53a99c95d4780fbcadf24cb.tar.gz
bcm5719-llvm-1f3cc8c1d3ea8123f53a99c95d4780fbcadf24cb.zip
Revert "Add python tool to dump and construct header maps"
This reverts commit fcfa2dd517ec1a6045a81e8247e346d630a22618. Broke bots: http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/11315 http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/10411/steps/test-check-all/logs/stdio llvm-svn: 335196
Diffstat (limited to 'clang/test/Modules')
-rw-r--r--clang/test/Modules/crash-vfs-headermaps.m10
1 files changed, 8 insertions, 2 deletions
diff --git a/clang/test/Modules/crash-vfs-headermaps.m b/clang/test/Modules/crash-vfs-headermaps.m
index d3353460280..4f88f3ba119 100644
--- a/clang/test/Modules/crash-vfs-headermaps.m
+++ b/clang/test/Modules/crash-vfs-headermaps.m
@@ -1,9 +1,15 @@
// REQUIRES: crash-recovery, shell, system-darwin
+// This uses a headermap with this entry:
+// Foo.h -> Foo/Foo.h
+
+// Copy out the headermap from test/Preprocessor/Inputs/headermap-rel and avoid
+// adding another binary format to the repository.
+
// RUN: rm -rf %t
-// RUN: mkdir -p %t/m %t/i/Foo.framework/Headers
+// RUN: mkdir -p %t/m
+// RUN: cp -a %S/../Preprocessor/Inputs/headermap-rel %t/i
// RUN: echo '// Foo.h' > %t/i/Foo.framework/Headers/Foo.h
-// RUN: hmaptool write %S/../Preprocessor/Inputs/headermap-rel/foo.hmap.json %t/i/foo.hmap
// RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH= TMPDIR=%t TEMP=%t TMP=%t \
// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t/m %s \
OpenPOWER on IntegriCloud