-
-
Notifications
You must be signed in to change notification settings - Fork 15k
rustc -O doesn't work on ARM #10192
Copy link
Copy link
Closed
Labels
O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
Metadata
Metadata
Assignees
Labels
O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce:
echo 'fn main(){}' | rustc - -O.This fails altogether:
A more complex example is building chris-morgan/rust-http@e909dfb; in this case it fails in a different way:
I believe these are LLVM bugs rather than rustc bugs, but at the least Rust is triggering them. Should I be reporting them in LLVM?