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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to