This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d5fd87893b [PDB] Make the native reader support enumerators. new b34d98d917d [mips] Fix MIPS N32 ABI triples support
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: include/llvm/ADT/Triple.h | 6 +-- lib/Support/Triple.cpp | 12 +++++- lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp | 2 + lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 5 ++- lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 4 ++ test/MC/Mips/elf-N32.s | 4 ++ unittests/ADT/TripleTest.cpp | 53 +++++++++++++++++++++++++ 7 files changed, 79 insertions(+), 7 deletions(-)