We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
addrspacecast
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This error occurs when building rust 1.72.1 on alpine:
rust 1.72.1
LLVM ERROR: Cannot select: 0xffde112cd0: i64 = addrspacecast[1 -> 0] Constant: i64<0> 0xffde112870: i64 = Constant<0> In function: _ZN103_$LT$alloc..vec..into_iter..IntoIter$LT$T$C$A$GT$u20$as$u20$core..iter..traits..iterator..Iterator$GT$24__iterator_get_unchecked17h87aefb477eefd6c5E
The text was updated successfully, but these errors were encountered:
[LoongArch] Assume no-op addrspacecasts by default (#82332)
dd3e0a4
This PR indicates that `addrspacecasts` are always no-ops on LoongArch. Fixes #82330
main/llvm16: backport patch to fix rust build error on loongarch64
1428118
see: llvm/llvm-project#82330 llvm/llvm-project#82332
[LoongArch] Assume no-op addrspacecasts by default (llvm#82332)
d4ec456
This PR indicates that `addrspacecasts` are always no-ops on LoongArch. Fixes llvm#82330 (cherry picked from commit dd3e0a4)
2498e3a
Successfully merging a pull request may close this issue.
This error occurs when building
rust 1.72.1
on alpine:The text was updated successfully, but these errors were encountered: