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

Eugene Leviant via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 28 19:53:16 PST 2018


evgeny777 added a comment.

Unfortunately, this is not an option. I have very custom heap implementation (in fact multiple heap types sharing contiguous memory block), so ASAN heap can't be a drop-in replacement. I'm using manual poisoning and it works pretty well, but have to disable C++ runtime each time I build with ASAN.


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

https://reviews.llvm.org/D54905





More information about the cfe-commits mailing list