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

Amir Ayupov via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 11:59:31 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};
----------------
aaupov wrote:

Please split out `IsDWO` -> `isDWO` into an NFC change for it to be reviewed/accepted faster.

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


More information about the llvm-commits mailing list