[PATCH] D136664: [CMake] Support building crt with the bootstrapping build

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 01:16:26 PDT 2022


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



More information about the llvm-commits mailing list