[PATCH] D17961: fix cmake error when configuring libcxxabi
Marshall Clow via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 09:01:27 PDT 2016
mclow.lists added a comment.
You're specifying `-DLIBCXXABI_LIBCXX_PATH`, but the Cmake bit that you're changing is inside of a `elseif(NOT LLVM_ENABLE_LIBCXX)` block.
Maybe I'm misunderstanding what's going on here (since my CMake-fu is close to nonexistent, but this seems wrong to me.
Repository:
rL LLVM
http://reviews.llvm.org/D17961
More information about the llvm-commits
mailing list