This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2bf545 For Thumb1, lower ADDC/ADDE/SUBC/SUBE via the glueless ARMISD [...] new d1a4b1d [MC] Accept a numeric value as an ELF section header's type new b479d37 [MC] Set SHT_MIPS_DWARF section type for all .debug_* section [...] new 6f20781 [llvm-readobj] Support SHT_MIPS_DWARF section type flag
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/Support/ELF.h | 1 + lib/MC/MCObjectFileInfo.cpp | 55 +++++++++++++++++------------- lib/MC/MCParser/ELFAsmParser.cpp | 7 ++-- lib/MC/MCSectionELF.cpp | 8 +++++ test/DebugInfo/Mips/InlinedFnLocalVar.ll | 2 +- test/MC/ELF/section-numeric-invalid-type.s | 14 ++++++++ test/MC/ELF/section-numeric-type.s | 20 +++++++++++ test/MC/Mips/elf-debug-section.s | 6 ++++ tools/llvm-readobj/ELFDumper.cpp | 3 ++ 9 files changed, 90 insertions(+), 26 deletions(-) create mode 100644 test/MC/ELF/section-numeric-invalid-type.s create mode 100644 test/MC/ELF/section-numeric-type.s create mode 100644 test/MC/Mips/elf-debug-section.s