Skip to content

Commit 35aec48

Browse files
Set LLVM import-instr-limit to 50.
1 parent 9db5aeb commit 35aec48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_codegen_llvm/llvm_util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ unsafe fn configure_llvm(sess: &Session) {
7676
}
7777
}
7878

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

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

0 commit comments

Comments
 (0)