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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to