[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 03:04:02 PDT 2024
================
@@ -35,8 +36,11 @@ struct ListOfGlobals {
ListOfGlobals *next;
};
+typedef DenseMap<uptr, ListOfGlobals *> MapOfGlobals;
----------------
artempyanykh wrote:
Replaced here and in the main list for consistency https://github.com/llvm/llvm-project/pull/100923/commits/151257d3d68e932b1b13f45f3b204a2400637ce8
https://github.com/llvm/llvm-project/pull/100923
More information about the llvm-commits
mailing list