This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d967b3d2e7f [InstSimplify] fold extracting from std::pair (1/2) new 6f455447cbb [DWARF] Basic support for producing DWARFv5 .debug_addr section
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: lib/CodeGen/AsmPrinter/AddressPool.cpp | 18 ++++++++ lib/CodeGen/AsmPrinter/AddressPool.h | 3 ++ lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 9 +++- lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 ++ test/DebugInfo/X86/debug_addr.ll | 79 ++++++++++++++++++++++++++++++++++ 5 files changed, 110 insertions(+), 2 deletions(-) create mode 100644 test/DebugInfo/X86/debug_addr.ll