[PATCH] D54905: [AddressSanitizer] Add flag to disable linking with CXX runtime

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 29 11:26:15 PST 2018


eugenis added a comment.

Our malloc definition is weak already, this will only change new/delete to match.

This also makes the behaviour of static runtime consistent with the one of dynamic runtime where we can not prevent user from overloading operator new/delete.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54905/new/

https://reviews.llvm.org/D54905





More information about the cfe-commits mailing list