diff options
author | Martin Storsjö <martin@martin.st> | 2024-09-12 22:24:06 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2024-09-12 22:26:02 +0300 |
commit | a81a4b2a7ac2d0b8195bb008b2c0f464cfbda223 (patch) | |
tree | c94d94bbc1fac19c884c3ea55810272e6a1042a4 /llvm/lib/Target/DirectX/DirectXTargetMachine.cpp | |
parent | d37d05795dbbdd1b7e629e966013df5967d2da5b (diff) | |
download | llvm-a81a4b2a7ac2d0b8195bb008b2c0f464cfbda223.zip llvm-a81a4b2a7ac2d0b8195bb008b2c0f464cfbda223.tar.gz llvm-a81a4b2a7ac2d0b8195bb008b2c0f464cfbda223.tar.bz2 |
[lldb] Fix building with lldb::once_flag != std::once_flag
This fixes build breakage on e.g. mingw platforms since
ffa2f539ae2a4e79c01b3d54f8b12c63d8781a0c.
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.
Diffstat (limited to 'llvm/lib/Target/DirectX/DirectXTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions