glandium added a comment.

Firefox CI is using a custom clang, but uses a NDK otherwise (an old-ish one, 
clearly older than r22 which is the first that defaults to lld). And we do pass 
-fuse-ld=bfd at the moment for $reasons.
If clang _really_ wants to assume lld as the linker for android, then it should 
make using -fuse-ld=somethingelse an error and invoke ld.lld rather than ld, if 
it doesn't already do that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95166/new/

https://reviews.llvm.org/D95166

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

Reply via email to