Skip to content

Commit

Permalink
Fix cg_clif tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 14, 2025
1 parent bedeb19 commit 6720404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_codegen_cranelift/build_system/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ impl<'a> TestRunner<'a> {
cmd.arg(&self.target_compiler.triple);
cmd.arg("-Cpanic=abort");
cmd.arg("--check-cfg=cfg(jit)");
cmd.arg("--emit=metadata,link");
cmd.args(args);
cmd
}
Expand Down

0 comments on commit 6720404

Please sign in to comment.