[PATCH] D37414: [CMake] Add bootstrap option `CLANG_BOOTSTRAP_USE_LIBCXX`
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 13:39:00 PDT 2017
beanz added a comment.
I'm not sure this change is sufficient to do what you're intending. I think you also need to pass the library path of the cxx library into the bootstrap configuration otherwise it will use the one from the sysroot.
https://reviews.llvm.org/D37414
More information about the llvm-commits
mailing list