[PATCH] D78208: [DebugInfo] Report the format of the DWARF64 sections.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 08:05:22 PDT 2020
ikudrin added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/debug-frame-dwarf64.s:1
+# RUN: llvm-mc -triple x86_64 %s -filetype=obj -o - | \
+# RUN: llvm-dwarfdump -debug-frame - | \
----------------
jhenderson wrote:
> Is there no testing already for DWARF64 debug_frame? If not, you should probably test the length fields and any other bits that are DWARF64 related too. If you don't want to do it as part of this change, that's fine, but perhaps it should be a prerequisite?
Let's add the test right here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78208/new/
https://reviews.llvm.org/D78208
More information about the llvm-commits
mailing list