vitalybuka added a comment. I would not worry about cross platform here. You can patch just Linux and whoever have access (and issues) on other platforms can send a patch with similar changes. Mac should use libc++. I'd put the test outside of Posix, and mark failing platforms as "// XFAIL:", temporarily, as we suppose to handle all of them.
================ Comment at: lib/asan/asan_interceptors.cc:327 +INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { + CHECK(REAL(__cxa_throw)); + __asan_handle_no_return(); ---------------- Should this be: CHECK(REAL(__cxa_rethrow_primary_exception)); ? Repository: rCRT Compiler Runtime https://reviews.llvm.org/D42644 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits