[compiler-rt] [llvm] scudo: default enabled dealloc_type_mismatch on new platforms (PR #146739)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 17:50:19 PDT 2025
cferris1000 wrote:
What is the motivation for doing this?
There are more than just android, trusty and fuchsia and having this strange check to set the flag feels like the wrong approach. Is there a reason this can't be a config change with the default off. Then you could add the config parameter as enabled in allocator_config.h to all of the configs.
This feels like something that's either on all of the time, or off all of the time, not enabled at run time.
https://github.com/llvm/llvm-project/pull/146739
More information about the llvm-commits
mailing list