Skip to content

Commit fd7979d

Browse files
GuillaumeGomezantoyo
authored andcommitted
Remove usage of -Zno-parallel-llvm
1 parent 7615e04 commit fd7979d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/lang_tests_common.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ pub fn main_inner(profile: Profile) {
8080
compiler.args([
8181
&format!("-Zcodegen-backend={}/target/debug/librustc_codegen_gcc.so", current_dir),
8282
"--sysroot",
83-
&format!("{}/build_sysroot/sysroot/", current_dir),
84-
"-Zno-parallel-llvm",
83+
&format!("{}/build/build_sysroot/sysroot/", current_dir),
8584
"-C",
8685
"link-arg=-lc",
8786
"-o",

0 commit comments

Comments
 (0)