This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1b3251f9f41 [llvm-exegesis] Add uop computation for more X87 instructio [...] new fd46678873a [llvm-objdump] Add --archive-headers (-a) option
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-objdump}/Inputs/liblong_filenames.a | Bin test/tools/llvm-objdump/archive-headers-disas.test | 29 +++++++ test/tools/llvm-objdump/archive-headers.test | 21 +++++ tools/llvm-objdump/MachODump.cpp | 5 -- tools/llvm-objdump/llvm-objdump.cpp | 88 +++++++++++++++++++-- 5 files changed, 133 insertions(+), 10 deletions(-) copy test/{Object => tools/llvm-objdump}/Inputs/liblong_filenames.a (100%) create mode 100644 test/tools/llvm-objdump/archive-headers-disas.test create mode 100644 test/tools/llvm-objdump/archive-headers.test