fjricci added a comment. As far as I can tell, that's correct. From asan_internal.h: // If set, asan will intercept C++ exception api call(s). #ifndef ASAN_HAS_EXCEPTIONS # define ASAN_HAS_EXCEPTIONS 1 #endif https://reviews.llvm.org/D24633