This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 28b2d0c96f2 [dsymutil] Don't resolve DIE reference to NULL DIE. new 0771400c1d0 [mips] Fix relocation record format and ELF header for N32 ABI
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: lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 10 +- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 5 +- .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 8 +- lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 2 +- lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h | 6 +- test/MC/Mips/cpsetup.s | 22 ++-- test/MC/Mips/elf_header.s | 139 +++++++++++++++++++++ test/MC/Mips/expansion-j-sym-pic.s | 10 +- test/MC/Mips/expansion-jal-sym-pic.s | 12 +- test/MC/Mips/reloc-directive.s | 21 +--- 10 files changed, 188 insertions(+), 47 deletions(-) create mode 100644 test/MC/Mips/elf_header.s