diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2023-08-18 13:43:26 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2023-08-18 13:46:25 -0700 |
commit | 74727a46a5b78fe94af7bf0463612bfc99c57624 (patch) | |
tree | 60224db21cff394f9450a42edbbd7c1cbd3cfd49 /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | |
parent | 7ba37f4e46a5bbb1dc42f1ea1722296ea32034d5 (diff) | |
download | llvm-74727a46a5b78fe94af7bf0463612bfc99c57624.zip llvm-74727a46a5b78fe94af7bf0463612bfc99c57624.tar.gz llvm-74727a46a5b78fe94af7bf0463612bfc99c57624.tar.bz2 |
[dsymutil] Fix stdio data races (NFC)
When processing multiple architectures in parallel, we need to protect
access to stdio with a mutex. We already have a mutex for that purpose,
but it was only used in the DWARFLinker. This patch protects writes to
stdio in driver.
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions