This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d142165668c [llvm-objdump] Move --start-address >= --stop-address check [...] new 71bf034cf85 [llvm-objdump] Allow --disassemble-functions to take demang [...] new a6f6330f477 Fix UNSUPPORTED attribute from windows to system-windows.
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: .../thin-executable-universal-binary.test | 2 +- .../X86/disassemble-functions-mangled-name.test | 27 ---------- .../X86/disassemble-functions-mangling.test | 61 ++++++++++++++++++++++ tools/llvm-objdump/llvm-objdump.cpp | 19 +++---- 4 files changed, 72 insertions(+), 37 deletions(-) delete mode 100644 test/tools/llvm-objdump/X86/disassemble-functions-mangled-name.test create mode 100644 test/tools/llvm-objdump/X86/disassemble-functions-mangling.test