[libcxx-commits] [PATCH] D88458: [CMake] Cache the compiler-rt library search results
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 8 14:43:19 PDT 2021
phosek added a comment.
In D88458#3050432 <https://reviews.llvm.org/D88458#3050432>, @serge-sans-paille wrote:
> I suspect this is going to impact `llvm/utils/release/export.sh` that creates individual tarballs based on git directory content. If we were using cpack there, this wouldn't be an issue though. @tstellar can you confirm?
Is the expectation that these tarballs are separately buildable? Is there any kind of checking done to ensure that it's indeed the case? We could update the script to also create a tarball for the top-level CMake directory.
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