[PATCH] D98113: [Driver] Also search FilePaths for compiler-rt before falling back
Alexander Richardson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 12 15:03:08 PDT 2021
arichardson added a comment.
In D98113#2872080 <https://reviews.llvm.org/D98113#2872080>, @jroelofs wrote:
>> compiler-rt depends on a libc, typically newlib, which then depends on your compiler
>
> The builtins should only depend on compiler-provided headers, and not on the rest of libc. Agreed re: the rest of compiler-rt.
As of https://reviews.llvm.org/D103876 that should be true for baremetal targets, but clear_cache.c might still need libc/OS headers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98113/new/
https://reviews.llvm.org/D98113
More information about the cfe-commits
mailing list