[PATCH] D54905: [AddressSanitizer] Add flag to disable linking with CXX runtime
Kostya Serebryany via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 29 10:45:05 PST 2018
kcc added a comment.
weak new/delete may solve this particular problem, but may cause confusion to lots of other users,
e.g. in cases when a user has overridden new/delete for non-essential reasons (e.g. debuging) and can disable the overrides in asan mode.
With weak symbols such a user will never know they have a problem.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54905/new/
https://reviews.llvm.org/D54905
More information about the cfe-commits
mailing list