[PATCH] D92078: [asan] Default to -asan-use-private-alias=1
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 7 21:19:21 PST 2020
vitalybuka added a subscriber: kcc.
vitalybuka added a comment.
I've chatted about that with @kcc and @eugenis . It seems the problem the patch is trying to solve is less important than regressions. Even with the current state when rare false ODR reports are possible it still useful.
It would be nice with -fsanitize-address-use-odr-indicator, but someone will need to figure-out what to do with few users broken by binary size increase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92078/new/
https://reviews.llvm.org/D92078
More information about the cfe-commits
mailing list