[PATCH] D153989: [compiler-rt] Move crt into builtins
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 30 17:02:05 PDT 2023
phosek added a comment.
In D153989#4465759 <https://reviews.llvm.org/D153989#4465759>, @smeenai wrote:
> Sorry, it's been a week :D I assume that crt doesn't need the builtins to be available for its configure (the way the rest of compiler-rt does)? If so, this LGTM.
Great question, I checked and crt doesn't need builtins, just Clang headers, same as builtins.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153989/new/
https://reviews.llvm.org/D153989
More information about the cfe-commits
mailing list