[llvm] Disable santizers on constructors. (PR #111960)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 19:16:08 PDT 2024
https://github.com/vitalybuka requested changes to this pull request.
Can you show example of what you are trying to fix.
On most platforms sanitizers initialized from .preinit_array exactly to be ready to check constructors.
Asan features rely constructor instrumentations.
https://github.com/llvm/llvm-project/pull/111960
More information about the llvm-commits
mailing list