[PATCH] D96404: [Android] Default to --rtlib=compiler-rt
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 10 22:57:00 PST 2021
smeenai added a comment.
Hilariously enough, this breaks building compiler-rt itself inside LLVM's runtime builds setup for us. The runtimes build setup builds clang and then uses the just-built clang to build compiler-rt. That build fails to link since my just-built clang doesn't have compiler-rt available, because it's currently trying to build compiler-rt itself. That's a bug in the compiler-rt build system, and I sent out https://lists.llvm.org/pipermail/llvm-dev/2021-March/149137.html to ask what we should do about it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96404/new/
https://reviews.llvm.org/D96404
More information about the cfe-commits
mailing list