[Lldb-commits] [PATCH] D62316: DWARFContext: Make loading of sections thread-safe

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 23 07:31:41 PDT 2019


clayborg accepted this revision.
clayborg added inline comments.
This revision is now accepted and ready to land.


================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFContext.h:25
+  struct SectionData {
+    llvm::once_flag flag;
+    DWARFDataExtractor data;
----------------
is llvm::once_flag better than std::once_flag? 


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

https://reviews.llvm.org/D62316





More information about the lldb-commits mailing list