phosek added a comment. In D136664#3882989 <https://reviews.llvm.org/D136664#3882989>, @smeenai wrote:
> 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. There is no dependency because `crt` and `builtins` aren't dependent on each other. We could build them in a single configure, but we would another top level `CMakeLists.txt`. Do you have any suggestions for where that should live? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136664/new/ https://reviews.llvm.org/D136664 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits