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

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 24 23:05:23 PDT 2022


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 need to build crt prior building the rest of
compiler-rt. This change introduces support for building crt with the
bootstrapping build akin to builtins.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136664

Files:
  clang/cmake/caches/Fuchsia-stage2.cmake
  llvm/runtimes/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136664.470379.patch
Type: text/x-patch
Size: 7960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221025/f6eb6969/attachment-0001.bin>


More information about the cfe-commits mailing list