[llvm] [BOLT][DWARF] Add support for .debug_names (PR #81062)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 14:13:10 PST 2024


================
@@ -124,9 +125,10 @@ class DIEBuilder {
   std::vector<std::unique_ptr<DIEAbbrev>> Abbreviations;
   BinaryContext &BC;
   DWARFContext *DwarfContext{nullptr};
-  bool IsDWO{false};
+  DWARFUnit *SkeletonCU{nullptr};
----------------
ayermolo wrote:

I don't think it simplifies the review, and context for change is within this PR anyway.

https://github.com/llvm/llvm-project/pull/81062


More information about the llvm-commits mailing list