[llvm] [BOLT][DWARF][NFC] Refactor address writers (PR #98094)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 13:51:35 PDT 2024
================
@@ -601,7 +631,7 @@ class DebugLoclistWriter : public DebugLocWriter {
}
}
- static void setAddressWriter(DebugAddrWriter *AddrW) { AddrWriter = AddrW; }
+ void setAddressWriter(DebugAddrWriter *AddrW) { AddrWriter = AddrW; }
----------------
ayermolo wrote:
Is this actually used?
https://github.com/llvm/llvm-project/pull/98094
More information about the llvm-commits
mailing list