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

2023-08-14 Thread Petr Hosek via Phabricator via cfe-commits
phosek abandoned this revision. phosek added a comment. Herald added a subscriber: ekilmer. Superseded by D153989 . Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136664/new/ https://reviews.llvm.org/D136664 __

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

2022-11-04 Thread Shoaib Meenai via Phabricator via cfe-commits
smeenai accepted this revision. smeenai added a comment. This revision is now accepted and ready to land. In D136664#3884796 , @phosek wrote: > In D136664#3882989 , @smeenai wrote: > >> I might be missing it, but

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

2022-10-26 Thread Petr Hosek via Phabricator via cfe-commits
phosek added a comment. In 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

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

2022-10-25 Thread Shoaib Meenai via Phabricator via cfe-commits
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. Rep

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

2022-10-24 Thread Petr Hosek via Phabricator via cfe-commits
phosek created this revision. phosek added reviewers: smeenai, beanz. Herald added a subscriber: abrachet. Herald added a project: All. phosek requested review of this revision. Herald added projects: clang, LLVM. Herald added subscribers: llvm-commits, cfe-commits. On platforms like Linux, we nee