[libcxx-commits] [PATCH] D88458: [CMake] Cache the compiler-rt library search results
Tom Stellard via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 21 07:27:57 PDT 2021
tstellar added a comment.
If all the cmake files where installed to <root>/cmake. Distros like Fedora that build LLVM in standalone mode would likely package all these files into a llvm-cmake package and have the other projects depend on it. I actually think doing this will make standalone builds easier. If we do move to this approach, can we make sure the other projects that depend on them don't hardcode source paths, but have the option to include them from any directory on the system. I don' t think supporting this will be too invasive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88458/new/
https://reviews.llvm.org/D88458
More information about the libcxx-commits
mailing list