Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvmPackages_15.libcxx: specify LIBCXX_CXX_ABI_{LIBRARY_PATH,INCLUDE_PATHS} for all cxxabis #216273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 8, 2023

  1. 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.
    rrbutani authored and Artturin committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    906d39b View commit details
    Browse the repository at this point in the history