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

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 30 10:30:36 PST 2018


eugenis added a comment.

>> Would turning asan operator new/delete into weak symbols help?
> 
> The new operator is already a weak symbol in libcxx, so it looks like an ODR violation, doesn't it?

I don't think so. It's just symbol interposition. Every module in the process gets the same definition.


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

https://reviews.llvm.org/D54905





More information about the cfe-commits mailing list