[llvm] Remember LLVM_ENABLE_LIBCXX setting in installed configuration (PR #134990)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 10 04:52:21 PDT 2025
DavidSpickett wrote:
In our case, the libcxx is not system installed, it's part of the llvm release package we use. So stage 1 clang has no way of knowing where that is unless we tell it. Or enable libcxx in stage 1, but that feels like we're then going to mix 2 versions of libcxx.
I'll figure that out.
https://github.com/llvm/llvm-project/pull/134990
More information about the llvm-commits
mailing list