[llvm] [BOLT][DWARF][NFC] Refactor address writers (PR #98094)

Sayhaan Siddiqui via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 14:06:42 PDT 2024


================
@@ -601,7 +631,7 @@ class DebugLoclistWriter : public DebugLocWriter {
     }
   }
 
-  static void setAddressWriter(DebugAddrWriter *AddrW) { AddrWriter = AddrW; }
+  void setAddressWriter(DebugAddrWriter *AddrW) { AddrWriter = AddrW; }
----------------
sayhaan wrote:

Yes, line 636 in DWARFRewriter.cpp

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


More information about the llvm-commits mailing list