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

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 17:47:27 PDT 2018


srhines marked an inline comment as done.
srhines added a comment.

Thanks for the quick review.



================
Comment at: CMakeLists.txt:356
   endif()
+elseif (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libcxxabi")
+  list(APPEND SANITIZER_CXX_ABI_LIBRARY "c++abi")
----------------
phosek wrote:
> Should the name be `libc++abi` for consistency with `libc++` above?
The original naming was libcxxabi, so I am restoring that (in case anyone else is also using it).


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49157





More information about the llvm-commits mailing list