Closed
Description
Steps to reproduce:
- clone glium and check out glium/glium@11a6b7b (most recent commit at the time of writing)
- try a
-Zorbit
release build with the current nightly (2016-06-07
):- For me, this involved
env RUSTFLAGS="-Zorbit" rustup run nightly cargo rustc --release -- -Ztime-passes
- For me, this involved
- Observe compilation progress (very slowly but steadily, in old Rust tradition) until
llvm module passes
, which itself takes about 24 seconds on my machine, and then get stuck somewhere in LLVM codegen
cc @eddyb (I heard you like nothing more than MIR trans and LLVM bugs)