[llvm] [BOLT][DWARF][NFC] Refactor address writers (PR #98094)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 17:40:22 PDT 2024
================
@@ -396,6 +416,8 @@ class DebugAddrWriter {
void dump();
+ bool empty = false;
----------------
ayermolo wrote:
Shouldn't default be true?
https://github.com/llvm/llvm-project/pull/98094
More information about the llvm-commits
mailing list