================
@@ -257,6 +258,9 @@ class DWARFUnit {
std::shared_ptr<DWARFUnit> DWO;
+ mutable llvm::sys::RWMutex m_cu_die_array_mutex;
----------------
kevinfrei wrote:
Gack. Jumping between LLVM and LLDB conventions. Sorry. I'll fix this.
https://github.com/llvm/llvm-project/pull/91023