[PATCH] D49711: [CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone build
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 24 07:56:37 PDT 2018
mclow.lists added a comment.
Testing this on my system (Mac OS 10.13.6, using system libc++abi), I get a lot of files in my build's `include/c++/v1` folder. Previously, there were two (`__cxxabi_config.h` and`ccxxabi.h`).
Now there are 131 files - all the libc++ header files.
Why?
The cmake command I use is: `CXX=$LLVM_BIN/clang++ cmake -DLLVM_PATH=$LLVM/llvm -DLIBCXX_CXX_ABI=libcxxabi -DLIBCXX_CXX_ABI_INCLUDE_PATHS=/usr/include $LIBCXX`
Repository:
rCXX libc++
https://reviews.llvm.org/D49711
More information about the cfe-commits
mailing list