[PATCH] D24633: [compiler-rt] Don't force ASAN_HAS_EXCEPTIONS to be true for all builds

Francis Ricci via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 15:06:15 PDT 2016


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





More information about the llvm-commits mailing list