These variables were introduced during early work on the runtimes build
but were obsoleted by {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_LIBRARY_DIR.
Details
Details
- Reviewers
ldionne compnerd - Group Reviewers
Restricted Project Restricted Project Restricted Project - Commits
- rG96d8c6b571e6: [CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIX
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Oh there is a stray LIBCXX_INSTALL_HEADER_PREFIX in LIBCXX_INSTALL_HEADER_PREFIX that should be removed, FYI.
Also, If someone does want the extra knobs after all, making a LIBCXX_INSTALL_HEADER_DIR/LIBCXX_INSTALL_INCLUDEDIR (same idea, two different possible names) matching LIBCXX_INSTALL_LIBRARY_DIR would also fit in with GNUInstallIdirs more nicely, I think.
Comment Actions
Thanks for catching that!
Also, If someone does want the extra knobs after all, making a LIBCXX_INSTALL_HEADER_DIR/LIBCXX_INSTALL_INCLUDEDIR (same idea, two different possible names) matching LIBCXX_INSTALL_LIBRARY_DIR would also fit in with GNUInstallIdirs more nicely, I think.
I've made that change in D89013.