[PATCH] D87018: [DebugInfo] Fix emitting DWARF64 DWO compilation units and string offset tables (11/19).
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 06:22:45 PDT 2020
ikudrin created this revision.
ikudrin added reviewers: dblaikie, jhenderson, probinson, aprantl.
ikudrin added projects: LLVM, debug-info.
Herald added subscribers: ormris, hiraditya.
ikudrin requested review of this revision.
These two fixes are better to go together because `llvm-dwarfdump` is unable to dump a table when another one is malformed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87018
Files:
llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
llvm/test/DebugInfo/X86/debug-info-dwo-dwarf64.ll
llvm/test/DebugInfo/X86/debug-str-offsets-dwo-dwarf64.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87018.289423.patch
Type: text/x-patch
Size: 4898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200902/a63c94f1/attachment.bin>
More information about the llvm-commits
mailing list