This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b2bb1a llvm-objdump: deal with unexpected object files more gracefully. new 7e53cdd GlobalISel: remove unused variable to silence warning. new 4a7eeb4 Fix llvm-symbolizer to correctly sort a symbol array and calc [...]
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: include/llvm/Object/SymbolSize.h | 11 +++++++++++ lib/Object/SymbolSize.cpp | 18 ++++++----------- lib/Target/ARM/ARMInstructionSelector.cpp | 2 +- lib/Target/ARM/ARMInstructionSelector.h | 1 - unittests/CMakeLists.txt | 1 + unittests/Object/CMakeLists.txt | 8 ++++++++ unittests/Object/SymbolSizeTest.cpp | 33 +++++++++++++++++++++++++++++++ 7 files changed, 60 insertions(+), 14 deletions(-) create mode 100644 unittests/Object/CMakeLists.txt create mode 100644 unittests/Object/SymbolSizeTest.cpp