Revert "Add python tool to dump and construct header maps"
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 21 Jun 2018 01:23:58 +0000 (01:23 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 21 Jun 2018 01:23:58 +0000 (01:23 +0000)
commit1f3cc8c1d3ea8123f53a99c95d4780fbcadf24cb
tree0e54cdc1ea8c6f918d8f493ae7daf9d1a621b68d
parent6a0a6d8a8bcf4954f59728e98b00b3f5bd0c63a0
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
14 files changed:
clang/CMakeLists.txt
clang/test/CMakeLists.txt
clang/test/Modules/crash-vfs-headermaps.m
clang/test/Preprocessor/Inputs/headermap-rel/foo.hmap [new file with mode: 0644]
clang/test/Preprocessor/Inputs/headermap-rel/foo.hmap.json [deleted file]
clang/test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap [new file with mode: 0644]
clang/test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap.json [deleted file]
clang/test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap [new file with mode: 0644]
clang/test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap.json [deleted file]
clang/test/Preprocessor/headermap-rel.c
clang/test/Preprocessor/headermap-rel2.c
clang/test/Preprocessor/nonportable-include-with-hmap.c
clang/utils/hmaptool/CMakeLists.txt [deleted file]
clang/utils/hmaptool/hmaptool [deleted file]