[PATCH] D130062: [lldb][DWARF5] Enable macro evaluation

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 11:02:40 PDT 2022


clayborg added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp:96
+  return LoadOrGetSection(eSectionTypeDWARFDebugMacro,
+                          eSectionTypeDWARFDebugMacro, m_data_debug_macro);
 }
----------------
Never mind me! Just checked the LoadOrGetSection definition. They were all different for other sections, so I thought they needed to be different...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130062/new/

https://reviews.llvm.org/D130062



More information about the llvm-commits mailing list