This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 54a7baee20e [llvm-lipo] Add missing cast new 5ab2259bcf8 [XCOFF]implement parsing relocation information for 32-bit [...]
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/BinaryFormat/XCOFF.h | 62 +++++++++++++++++ include/llvm/Object/XCOFFObjectFile.h | 40 +++++++++++ lib/Object/XCOFFObjectFile.cpp | 72 ++++++++++++++++++-- ...f-overflow-section.test => reloc_overflow.test} | 33 ++++++++++ test/tools/llvm-readobj/xcoff-basic.test | 77 ++++++++++++++++++++++ tools/llvm-readobj/XCOFFDumper.cpp | 54 ++++++++++++++- 6 files changed, 333 insertions(+), 5 deletions(-) copy test/tools/llvm-readobj/{xcoff-overflow-section.test => reloc_overflow.test} (61%)