Skip to content

Commit 18dcb29

Browse files
Set ThinLTO instruction import limit to 75 for testing.
1 parent 35aec48 commit 18dcb29

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=50");
79+
add("-import-instr-limit=75");
8080

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

0 commit comments

Comments
 (0)