Closed
Description
"libstd-04ff901e-0.9-pre.so uses VFP register arguments, librustrt.a(rust_try.o) does not"
Introduced by #11121. This is because we now use llc
to build rust_try.o
but it defaults to soft float for all arm which is wrong for gnueabihf/eabihf. This is fixed in upstream llvm to choose the right float abi based on the target.
This will no longer be an issue once we update llvm.