This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ded3597f2c1 Use the first instruction's count to estimate the funciton' [...] new 668e1d79841 Revert "Classify llvm-cfi-verify." new 5c1b4435094 Make the ELFObjectFile constructor private. new f2c4679069e [llvm-objcopy] Fix latent bug that allowed some Sections to [...]
The 3 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: include/llvm/Object/ELFObjectFile.h | 63 +++-- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 31 ++- lib/Object/ELFObjectFile.cpp | 26 +- test/Object/invalid.test | 8 +- tools/llvm-cfi-verify/CMakeLists.txt | 1 - tools/llvm-cfi-verify/FileAnalysis.cpp | 274 --------------------- tools/llvm-cfi-verify/FileAnalysis.h | 157 ------------ tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 212 ++++++++++++++-- tools/llvm-cfi-verify/unittests/CMakeLists.txt | 17 -- tools/llvm-cfi-verify/unittests/FileAnalysis.cpp | 216 ---------------- tools/llvm-objcopy/Object.cpp | 24 +- tools/llvm-objcopy/Object.h | 15 +- unittests/CMakeLists.txt | 1 - 13 files changed, 297 insertions(+), 748 deletions(-) delete mode 100644 tools/llvm-cfi-verify/FileAnalysis.cpp delete mode 100644 tools/llvm-cfi-verify/FileAnalysis.h delete mode 100644 tools/llvm-cfi-verify/unittests/CMakeLists.txt delete mode 100644 tools/llvm-cfi-verify/unittests/FileAnalysis.cpp