This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b77f4df06f2 [AMDGPU] Add intrinsics for 16 bit interpolation new 4771873908c [llvm-objdump] - Print LMAs when dumping section headers.
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/MC/COFF/assoc-private.s | 2 +- test/Object/objdump-no-sectionheaders.test | 2 +- test/Object/objdump-sectionheaders.test | 2 +- .../llvm-objdump/X86/macho-section-headers.test | 2 +- test/tools/llvm-objdump/X86/phdrs-lma.test | 48 +++++++++++++++++ test/tools/llvm-objdump/X86/phdrs-lma2.test | 60 ++++++++++++++++++++++ test/tools/llvm-objdump/wasm.txt | 2 +- tools/llvm-objdump/ELFDump.cpp | 29 +++++++++++ tools/llvm-objdump/llvm-objdump.cpp | 45 ++++++++++++---- tools/llvm-objdump/llvm-objdump.h | 3 ++ 10 files changed, 181 insertions(+), 14 deletions(-) create mode 100644 test/tools/llvm-objdump/X86/phdrs-lma.test create mode 100644 test/tools/llvm-objdump/X86/phdrs-lma2.test