Skip to content

Commit

Permalink
Set LLVM import-instr-limit to 50.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Nov 25, 2019
1 parent 9db5aeb commit 35aec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_codegen_llvm/llvm_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ unsafe fn configure_llvm(sess: &Session) {
}
}

add("-import-instr-limit=25");
add("-import-instr-limit=50");

if sess.target.target.target_os == "emscripten" &&
sess.panic_strategy() == PanicStrategy::Unwind {
Expand Down

0 comments on commit 35aec48

Please sign in to comment.