================
@@ -257,6 +258,9 @@ class DWARFUnit {
std::shared_ptr<DWARFUnit> DWO;
+ mutable llvm::sys::RWMutex m_cu_die_array_mutex;
----------------
kevinfrei wrote:
Crossing LLDB/LLVM conventions in this diff. Hurray...
https://github.com/llvm/llvm-project/pull/91023