[compiler-rt] [tsan] Fix deadlock with dyld during symbolization on darwin platforms (PR #113661)

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 01:52:46 PST 2024


dvyukov wrote:

> I found my changes introduced another deadlock

Why wasn't it detected before by the internal deadlock detector? It should have been warned on any unit test that exercises that code.

https://github.com/llvm/llvm-project/pull/113661


More information about the llvm-commits mailing list