[PATCH] D21049: [LibFuzzer] Fix some unit test crashes on OSX.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 11:26:26 PDT 2016


kcc added a comment.

Ok... if this is specific to unit tests (at least now) it does not affect the users and thus we can make a change in cmake rules for just the unit tests. 
However the current change looks too big for that. Can you simply add  _LIBCPP_HAS_NO_ASAN to the unit test code (and will that work?)

> > Another option is to just disable container overflow by default either on the Mac or everywhere.

> 


Given that how much trouble it causes on Mac (much more than on Linux) I don't mind if we disable it on Mac (only).


http://reviews.llvm.org/D21049





More information about the llvm-commits mailing list