[PATCH] D53028: [libcxxabi] Allow building with sanitizers enabled

Louis Dionne via Phabricator reviews at reviews.llvm.org
Wed Oct 10 15:01:14 PDT 2018


ldionne added inline comments.


================
Comment at: libcxxabi/src/CMakeLists.txt:116
+    else()
+      message(WARNING "LLVM_USE_SANITIZER=${LLVM_USE_SANITIZER} is not supported on OS X")
+    endif()
----------------
EricWF wrote:
> mclow.lists wrote:
> > Is this just a Mac OS X feature, then?
> We only need this configuration on Mac OS X because the Clang driver on other platforms links these libraries for us.
Is this not a Clang bug, then?


Repository:
  rCXX libc++

https://reviews.llvm.org/D53028





More information about the libcxx-commits mailing list