[PATCH] D88932: [runtimes][compiler-rt] Add optional runtimes step to build crt up front
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 15:57:50 PDT 2020
phosek added a subscriber: beanz.
phosek added a comment.
See D70744 <https://reviews.llvm.org/D70744> which is trying to achieve the same, but instead it builds crt together with builtins. When I started working on that change, I also considered the approached used in this change and I briefly discussed it with @beanz, but there was a concern that adding more stages is going to increase already long build time even further.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88932/new/
https://reviews.llvm.org/D88932
More information about the llvm-commits
mailing list