Here's the project (as an example).
It run correctly when the following toolchain is used:
[toolchain]
channel = "nightly-2021-03-04"
targets = ["aarch64-unknown-none-softfloat"]
And incorrectly when the following toolchain is used:
[toolchain]
channel = "nightly-2021-03-05"
targets = ["aarch64-unknown-none-softfloat"]
So I think it related to #81451 the upgrade to LLVM 12.
I don't know the exact reason, but back to nightly-2021-03-04 works for me now.
Here's the project (as an example).
It run correctly when the following toolchain is used:
And incorrectly when the following toolchain is used:
So I think it related to #81451 the upgrade to LLVM 12.
I don't know the exact reason, but back to
nightly-2021-03-04works for me now.