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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits