This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 390074be651 [llvm-mca] Removed dependency on mca::SourcMgr in some Views. NFC new 500b851fc5b [Codegen] - Implement basic .debug_loclists section emissio [...]
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/MC/MCObjectFileInfo.h | 3 + lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 184 ++++++++++++++++++++++++---------- lib/CodeGen/AsmPrinter/DwarfFile.h | 9 +- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 ++ lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 + lib/MC/MCObjectFileInfo.cpp | 5 + test/CodeGen/X86/debug-loclists.ll | 142 ++++++++++++++++++++++++++ 7 files changed, 302 insertions(+), 53 deletions(-) create mode 100644 test/CodeGen/X86/debug-loclists.ll