[PATCH] D136664: [CMake] Support building crt with the bootstrapping build
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 25 10:07:51 PDT 2022
smeenai added a comment.
I might be missing it, but I don't see `crt` depending on `builtins` (or vice versa). If there is actually no dep, could we build them together in a single configure, instead of needing to add another one for crt? If there is a dep and I missed it, then this LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136664/new/
https://reviews.llvm.org/D136664
More information about the cfe-commits
mailing list