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

Eugene Leviant via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 4 03:45:26 PST 2018


evgeny777 added a comment.

> ASan uses -Wl,-whole-archive to pull all its members

Yep, I forgot about this. Looks like weak new/delete will do the job then.


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

https://reviews.llvm.org/D54905





More information about the cfe-commits mailing list