[compiler-rt] [asan] Speed up ASan ODR indicator-based checking (PR #100923)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 11:29:03 PDT 2024
================
@@ -35,8 +36,11 @@ struct ListOfGlobals {
ListOfGlobals *next;
};
+typedef DenseMap<uptr, ListOfGlobals *> MapOfGlobals;
----------------
vitalybuka wrote:
A lot of contributors uses https://github.com/spacedentist/spr, including me.
about stacked https://github.com/spacedentist/spr/blob/master/docs/user/stack.md
But I suspect you can't use it if you are not commiter and can't create branches in main repo.
there are caveats:
1. landing patches with web UI, it lands into the branch of the parent review, instead of main. you need manually edit PR destination.
2. landing patches in order different from review - it's not straightforward, but there is section in the doc
https://github.com/llvm/llvm-project/pull/100923
More information about the llvm-commits
mailing list