This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7645648cb37 [yaml2obj/obj2yaml] - Add support for SHT_HASH sections. new 9f242165d6c [yaml2obj] - Allow specifying custom Link values for SHT_HA [...] new 75c78811434 Reland "[utils] Implement the llvm-locstats tool"
The 2 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 | 4 + docs/CommandGuide/index.rst | 1 + docs/CommandGuide/llvm-locstats.rst | 79 ++++++++++++ lib/ObjectYAML/ELFEmitter.cpp | 2 +- test/lit.cfg.py | 5 + test/tools/llvm-locstats/lit.local.cfg | 2 + test/tools/llvm-locstats/locstats.ll | 175 +++++++++++++++++++++++++ test/tools/yaml2obj/elf-hash-section.yaml | 32 +++++ utils/llvm-locstats/CMakeLists.txt | 7 + utils/llvm-locstats/llvm-locstats.py | 208 ++++++++++++++++++++++++++++++ 10 files changed, 514 insertions(+), 1 deletion(-) create mode 100644 docs/CommandGuide/llvm-locstats.rst create mode 100644 test/tools/llvm-locstats/lit.local.cfg create mode 100644 test/tools/llvm-locstats/locstats.ll create mode 100644 utils/llvm-locstats/CMakeLists.txt create mode 100755 utils/llvm-locstats/llvm-locstats.py