This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 16a4b69313 Revert "[LTO] Enable module summary emission by default for [...] new be7bb4eaa5 Re-apply: Add python tool to dump and construct header maps
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 1 + test/CMakeLists.txt | 1 + test/Modules/crash-vfs-headermaps.m | 10 +- test/Preprocessor/Inputs/headermap-rel/foo.hmap | Bin 804 -> 0 bytes .../Inputs/headermap-rel/foo.hmap.json | 6 + .../Inputs/headermap-rel2/project-headers.hmap | Bin 108 -> 0 bytes .../headermap-rel2/project-headers.hmap.json | 6 + .../Preprocessor/Inputs/nonportable-hmaps/foo.hmap | Bin 102 -> 0 bytes .../Inputs/nonportable-hmaps/foo.hmap.json | 6 + test/Preprocessor/headermap-rel.c | 8 +- test/Preprocessor/headermap-rel2.c | 9 +- test/Preprocessor/nonportable-include-with-hmap.c | 4 +- test/lit.cfg.py | 2 +- utils/hmaptool/CMakeLists.txt | 16 ++ utils/hmaptool/hmaptool | 296 +++++++++++++++++++++ 15 files changed, 345 insertions(+), 20 deletions(-) delete mode 100644 test/Preprocessor/Inputs/headermap-rel/foo.hmap create mode 100644 test/Preprocessor/Inputs/headermap-rel/foo.hmap.json delete mode 100644 test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap create mode 100644 test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap.json delete mode 100644 test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap create mode 100644 test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap.json create mode 100644 utils/hmaptool/CMakeLists.txt create mode 100755 utils/hmaptool/hmaptool