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

Kostya Serebryany via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 28 11:56:26 PST 2018


kcc added a comment.

I am reluctant to add any new flags if there is any possibility to avoid doing so. 
Is there any other solution for your problem? 
E.g. you can disable the override of new/delete when building 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