[PATCH] D49670: dwarfgen: Add support for generating the debug_str_offsets section
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 23 11:15:40 PDT 2018
clayborg added inline comments.
================
Comment at: unittests/DebugInfo/DWARF/DwarfGenerator.h:253
+ MCSymbol *StringOffsetsStartSym;
+
----------------
Does this need to be initialized to nullptr somewhere?
Repository:
rL LLVM
https://reviews.llvm.org/D49670
More information about the llvm-commits
mailing list