[asan] Enable replacement new/delete on Android.
New/delete implementations in system libraries almost always are built without frame pointers. As we switched to frame pointer based unwinder on ARM, they no longer work for us, resulting in broken allocation/deallocation stacks. Note that this does not work with statically linked libstdc++/libc++/libstlport. llvm-svn: 199872
Loading
Please register or sign in to comment