[llvm] Reduce llvm-gsymutil memory usage (PR #91023)

Kevin Frei via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 11:23:10 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list