[Lldb-commits] [PATCH] D66566: [lldb] Replace std::once_flag with llvm::once_flag.
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 2 22:04:22 PDT 2019
mgorny added a comment.
Unless I'm mistaken, this is fixed by replacing `std::call_once` with `llvm::call_once`. I'll complete testing and commit it later today.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66566/new/
https://reviews.llvm.org/D66566
More information about the lldb-commits
mailing list