[PATCH] D53028: [libcxxabi] Allow building with sanitizers enabled
Marshall Clow via Phabricator
reviews at reviews.llvm.org
Wed Oct 10 09:29:27 PDT 2018
mclow.lists added a comment.
Other than above, this looks fine to me - but I haven't done much to the CMake stuff. Waiting for @EricWF to take a look.
================
Comment at: libcxxabi/src/CMakeLists.txt:116
+ else()
+ message(WARNING "LLVM_USE_SANITIZER=${LLVM_USE_SANITIZER} is not supported on OS X")
+ endif()
----------------
Is this just a Mac OS X feature, then?
Repository:
rCXX libc++
https://reviews.llvm.org/D53028
More information about the libcxx-commits
mailing list