[all-commits] [llvm/llvm-project] 89e775: Switch from the std::shared_mutex to an LLVM RWMut...
Kevin Frei via All-commits
all-commits at lists.llvm.org
Mon Dec 4 18:06:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89e775ac81ec9e5b45c3bdf39dc8e456c1f13690
https://github.com/llvm/llvm-project/commit/89e775ac81ec9e5b45c3bdf39dc8e456c1f13690
Author: Kevin Frei <kevinfrei at users.noreply.github.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M llvm/lib/Debuginfod/Debuginfod.cpp
Log Message:
-----------
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 at meta.com>
More information about the All-commits
mailing list