[PATCH] D72900: [DebugInfo] Support 64-bit DWARF for .debug_names.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 01:16:07 PST 2020
ikudrin updated this revision to Diff 239805.
ikudrin marked an inline comment as done.
ikudrin added a comment.
- Rebase, update.
`DWARF64HeaderFixedPartSize` cannot be `constexpr` because `dwarf::getUnitLengthFieldByteSize()` connot be `constexpr` because not all compilers allow `llvm_unreachanble()` to be used in a `constexpr` function.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72900/new/
https://reviews.llvm.org/D72900
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
llvm/test/DebugInfo/X86/dwarfdump-debug-names.s
llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
llvm/unittests/DebugInfo/DWARF/DWARFAcceleratorTableTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72900.239805.patch
Type: text/x-patch
Size: 12865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/dae72377/attachment.bin>
More information about the llvm-commits
mailing list