The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
commit a657eef5a38d74d92c2204ebce00cddfe5413b90
Author: Adrian Prantl <aprantl@apple.com>
Date: Tue Nov 19 15:50:15 2024 -0800
[lldb] Acquire the map lock after deriving the lookup key
The computation of the key may itself does DWARF lookups which may
acquire additional locks through callbacks into TypeSystem.
rdar://139841554