[PATCH] D49157: Add libcxxabi option back for sanitizer use.

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 15:50:06 PDT 2018


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: CMakeLists.txt:356
   endif()
+elseif (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libcxxabi")
+  list(APPEND SANITIZER_CXX_ABI_LIBRARY "c++abi")
----------------
Should the name be `libc++abi` for consistency with `libc++` above?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49157





More information about the llvm-commits mailing list