[PATCH] D126883: [Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 04:55:28 PDT 2022
avl added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h:23-25
+ MCSymbol *Symbol = nullptr;
+ uint64_t Offset = 0;
+ unsigned Index = 0;
----------------
dblaikie wrote:
> What's the motivation for this change?
To have fields initialized(so that they do not contain garbage).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126883/new/
https://reviews.llvm.org/D126883
More information about the llvm-commits
mailing list