This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5158968230 [PowerPC][NFC] Add test for D60506 to show differences in code-gen new 27e877c837f [llvm-nm] Fix handling of symbol types 't' 'd' 'r'
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: test/ThinLTO/X86/strong_non_prevailing.ll | 4 +- .../llvm-nm/X86/Inputs/init-fini.out.elf-x86_64 | Bin 904 -> 0 bytes test/tools/llvm-nm/X86/init-fini.test | 8 --- test/tools/llvm-nm/data.test | 43 ++++++++++++++++ test/tools/llvm-nm/linker-synthesized.test | 57 +++++++++++++++++++++ test/tools/llvm-nm/nobits.test | 35 +++++++++++++ test/tools/llvm-nm/nonalloc.test | 17 ++++++ test/tools/llvm-nm/readonly.test | 43 ++++++++++++++++ tools/llvm-nm/llvm-nm.cpp | 27 +++------- 9 files changed, 204 insertions(+), 30 deletions(-) delete mode 100755 test/tools/llvm-nm/X86/Inputs/init-fini.out.elf-x86_64 delete mode 100644 test/tools/llvm-nm/X86/init-fini.test create mode 100644 test/tools/llvm-nm/data.test create mode 100644 test/tools/llvm-nm/linker-synthesized.test create mode 100644 test/tools/llvm-nm/nobits.test create mode 100644 test/tools/llvm-nm/nonalloc.test create mode 100644 test/tools/llvm-nm/readonly.test