[compiler-rt] [asan] Speed up ASan ODR indicator-based checking (PR #100923)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 09:50:37 PDT 2024
vitalybuka wrote:
> Just for my own curiosity, but @vitalybuka where/how DenseMap's destructor was causing problems? [54c9404](https://github.com/llvm/llvm-project/commit/54c9404976118b0db5b20448e976db7a8c5b7073)
I don't a particular case, we avoid global destructors in general.
https://github.com/llvm/llvm-project/pull/100923
More information about the llvm-commits
mailing list