Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvmPackages_15.libcxx: specify `LIBCXX_CXX_ABI_{LIBRARY_PATH,INCLUDE…
…_PATHS}` for all cxxabis Previously we only specified `LIBCXX_CXX_ABI_INCLUDE_PATHS` for `libcxxabi` and not for `libcxxrt` which causes `libcxx`'s build to fall back to looking in `/usr/include/c++/v1`: https://github.com/llvm/llvm-project/blob/aa656f6c2dec73faceeed21e15401d8f0c743c8b/libcxx/cmake/Modules/HandleLibCXXABI.cmake#L148-L151 We didn't set `LIBCXX_CXX_ABI_LIBRARY_PATH` (and this did not seem to be a problem; I think this gets defaulted elsewhere in the `libcxx` build) but it doesn't hurt to.
- Loading branch information