[PATCH] D98113: [Driver] Also search FilePaths for compiler-rt before falling back
Jon Roelofs via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 12 13:11:05 PDT 2021
jroelofs added a comment.
> 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.
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