This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ed9e8f1fe1 [ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor. new 81f2386de42 llvm-dwarfdump: implement --find for .apple_names
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/Dwarf.h | 3 + .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 46 ++++++++++++++- include/llvm/DebugInfo/DWARF/DWARFContext.h | 5 ++ lib/BinaryFormat/Dwarf.cpp | 7 +++ lib/CodeGen/AsmPrinter/DwarfAccelTable.h | 9 +-- lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 69 +++++++++++++++++++++- lib/DebugInfo/DWARF/DWARFContext.cpp | 21 ++++++- test/tools/llvm-dwarfdump/X86/find.test | 28 +++++++++ test/tools/llvm-dwarfdump/cmdline.test | 1 + tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 25 +++++++- 10 files changed, 201 insertions(+), 13 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/X86/find.test