Files
llvm/lldb
Martin Storsjö a81a4b2a7a [lldb] Fix building with lldb::once_flag != std::once_flag
This fixes build breakage on e.g. mingw platforms since
ffa2f539ae.

The Debugger::ReportWarning function takes a pointer to a
std::once_flag. On many platforms, llvm::once_flag is a typedef
for std::once_flag, but on others, llvm::once_flag is a custom
reimplementation.
2024-09-12 22:26:02 +03:00
..
2024-09-12 10:43:32 -07:00