This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 43136901183 Fix buildbot failures with the newly added test case (tripl [...] new 00973e3c15c [mips] Set pointer size to 4 bytes for N32 ABI new 244c796c894 [mips] Fix FDE/CFI encoding in case of N32 ABI
The 2 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/MC/MCObjectFileInfo.cpp | 6 +++--- lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 3 +-- test/MC/Mips/cfi-encoding.s | 23 +++++++++++++++++++++++ test/MC/Mips/ptr-size.s | 13 +++++++++++++ 4 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 test/MC/Mips/cfi-encoding.s create mode 100644 test/MC/Mips/ptr-size.s