This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fbaff66 [IPO/ConstantMerge] Convert to static function, to facilitate [...] new 125d646 [llvm-readobj] Print MIPS .MIPS.options section content
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: .../llvm-readobj/Inputs/options.obj.elf-mipsel | Bin 0 -> 1720 bytes test/tools/llvm-readobj/mips-options-sec.test | 12 ++++ tools/llvm-readobj/ELFDumper.cpp | 68 ++++++++++++++++++--- tools/llvm-readobj/ObjDumper.h | 1 + tools/llvm-readobj/llvm-readobj.cpp | 6 ++ 5 files changed, 80 insertions(+), 7 deletions(-) create mode 100644 test/tools/llvm-readobj/Inputs/options.obj.elf-mipsel create mode 100644 test/tools/llvm-readobj/mips-options-sec.test