diff options
author | Kevin Frei <kevinfrei@users.noreply.github.com> | 2023-12-04 18:06:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 21:06:18 -0500 |
commit | 89e775ac81ec9e5b45c3bdf39dc8e456c1f13690 (patch) | |
tree | a79eee4268e3e3bdb99f6286a33e7f96d4e5cf4b /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | b3392c447ad7b18a652d2ed63e8ebb7741077a98 (diff) | |
download | llvm-89e775ac81ec9e5b45c3bdf39dc8e456c1f13690.zip llvm-89e775ac81ec9e5b45c3bdf39dc8e456c1f13690.tar.gz llvm-89e775ac81ec9e5b45c3bdf39dc8e456c1f13690.tar.bz2 |
Switch from the std::shared_mutex to an LLVM RWMutex (#74383)
@nico pointed out that my usage of `std::shared_mutex` broke builds on
older macOS devices. Switching to `llvm::sys::RWMutex` is the solution
that they provided.
Tracked in issue #74382
Co-authored-by: Kevin Frei <freik@meta.com>
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions