This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4e791ab41f [Alignment][NFC] Adding a max function. new c6dd656bf3a Revert "Reland "[utils] Implement the llvm-locstats tool""
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 | 4 - docs/CommandGuide/index.rst | 1 - docs/CommandGuide/llvm-locstats.rst | 79 ------------- test/lit.cfg.py | 5 - test/tools/llvm-locstats/lit.local.cfg | 2 - test/tools/llvm-locstats/locstats.ll | 174 --------------------------- utils/llvm-locstats/CMakeLists.txt | 7 -- utils/llvm-locstats/llvm-locstats.py | 208 --------------------------------- 8 files changed, 480 deletions(-) delete mode 100644 docs/CommandGuide/llvm-locstats.rst delete mode 100644 test/tools/llvm-locstats/lit.local.cfg delete mode 100644 test/tools/llvm-locstats/locstats.ll delete mode 100644 utils/llvm-locstats/CMakeLists.txt delete mode 100755 utils/llvm-locstats/llvm-locstats.py