[compiler-rt] [asan] Speed up ASan ODR indicator-based checking (PR #100923)

Artem Pianykh via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 11:34:57 PDT 2024


================
@@ -35,8 +36,11 @@ struct ListOfGlobals {
   ListOfGlobals *next;
 };
 
+typedef DenseMap<uptr, ListOfGlobals *> MapOfGlobals;
----------------
artempyanykh wrote:

Thanks for the pointers and the explanation @vitalybuka!

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


More information about the llvm-commits mailing list