[PATCH] D70880: [DWARF5][Debuginfo] Not matching compilation unit type (DW_UT_skeleton) and root DIE (DW_TAG_compile_unit)

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 13:21:21 PST 2019


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Seems good to me. @dblaikie, do all the relevant non-llvm-tools that implement pre-standard fission know how to deal with DW_TAG_skeleton_unit?



================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:57
+
+  /*  According to DWARF Debugging Information Format Version 5,
+   *  3.1.2 Skeleton Compilation Unit Entries:
----------------
//


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70880/new/

https://reviews.llvm.org/D70880





More information about the llvm-commits mailing list