[compiler-rt] [tsan] Allow unloading of ignored libraries (PR #105660)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 15 23:17:19 PDT 2024


================
@@ -54,20 +54,26 @@ class LibIgnore {
     char *name;
     char *real_name;  // target of symlink
     bool loaded;
+    uptr ignored_code_range_id;
   };
 
   struct LibCodeRange {
----------------
vitalybuka wrote:

Done

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


More information about the llvm-commits mailing list