Android/ARM: opt-level = 3 produces "LLVM ERROR: Constant Island pass failed to converge" on GNU/Linux #32986
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Building
servo
(7bd2381) for Android (./mach build --verbose --release --android
) fails when compilingservo/.cargo/registry/src/github.1485827954.workers.dev-88ac128001ac3a9a/cssparser-0.5.5/src/lib.rs
Environment: GNU/Linux, android-ndk-11c
Building output:
This issue doesn't reproduce with
opt-level = 2
Also this issue doesn't reproduce when building for x86_64 (
./mach build --verbose --release
) withopt-level = 3
The text was updated successfully, but these errors were encountered: