This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 53a7de6 Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd [...] new 582d1a1 Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwar [...] new 91fdd2b cmake: Support overriding Sphinx HTML doc install directory
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: cmake/modules/AddSphinxTarget.cmake | 11 +- docs/CMake.rst | 5 + include/llvm/DebugInfo/DIContext.h | 1 + include/llvm/DebugInfo/DWARF/DWARFContext.h | 6 + include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h | 68 ++++++++ lib/DebugInfo/DWARF/CMakeLists.txt | 1 + lib/DebugInfo/DWARF/DWARFContext.cpp | 17 ++ lib/DebugInfo/DWARF/DWARFGdbIndex.cpp | 176 +++++++++++++++++++++ .../Inputs/dwarfdump-gdbindex-v7.elf-x86-64} | Bin 13208 -> 14292 bytes test/DebugInfo/dwarfdump-dump-gdbindex.test | 35 ++++ tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 1 + 11 files changed, 319 insertions(+), 2 deletions(-) create mode 100644 include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h create mode 100644 lib/DebugInfo/DWARF/DWARFGdbIndex.cpp copy test/{tools/llvm-readobj/Inputs/trivial.elf-amdhsa-kaveri => DebugInfo/Inputs [...] mode change 100755 => 100644 create mode 100644 test/DebugInfo/dwarfdump-dump-gdbindex.test