[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
Tue Nov 9 01:56:50 PST 2021
phosek added a comment.
In D88458#3117759 <https://reviews.llvm.org/D88458#3117759>, @Abpostelnicu wrote:
> Sure, is this something that helps https://paste.mozilla.org/yxUYUBk3 ?
Yes, thank you. The issue is this:
CMake Error at projects/compiler-rt/cmake/Modules/AddCompilerRT.cmake:3 (include):
include could not find load file:
/builds/worker/fetches/llvm-project/llvm/projects/compiler-rt/../cmake/Modules/HandleCompilerRT.cmake
Call Stack (most recent call first):
projects/compiler-rt/lib/CMakeLists.txt:4 (include)
It looks to me like you're using the pre-monorepo layout where you move `compiler-rt` to `llvm/project`, is that correct?
We could make it work, but I'm not sure if we should. The monorepo layout is the only supported one and we've already discussed the plans to remove the non-monorepo layout support to simplify our build.
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