This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d8655b728c [CMake][PowerPC] Recognize LLVM_NATIVE_TARGET="ppc64le" as PowerPC new 2dd904abdbe [Object][XCOFF] Add intial support for section header table.
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 | 43 ++++++++ include/llvm/Object/XCOFFObjectFile.h | 25 ++++- lib/Object/XCOFFObjectFile.cpp | 112 +++++++++++++++------ .../llvm-objdump/Inputs/xcoff-long-sec-names.o | Bin 0 -> 296 bytes .../Inputs/xcoff-section-headers-truncate.o | Bin 0 -> 200 bytes .../llvm-objdump/Inputs/xcoff-section-headers.o | Bin 0 -> 1549 bytes test/tools/llvm-objdump/xcoff-section-headers.test | 43 ++++++++ 7 files changed, 192 insertions(+), 31 deletions(-) create mode 100644 include/llvm/BinaryFormat/XCOFF.h create mode 100644 test/tools/llvm-objdump/Inputs/xcoff-long-sec-names.o create mode 100644 test/tools/llvm-objdump/Inputs/xcoff-section-headers-truncate.o create mode 100644 test/tools/llvm-objdump/Inputs/xcoff-section-headers.o create mode 100644 test/tools/llvm-objdump/xcoff-section-headers.test