Fix jit mode testing
This commit is contained in:
parent
5cdb866356
commit
7eb0a99fc9
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ impl<'a> TestRunner<'a> {
|
||||||
TestCaseCmd::JitBin { source, args } => {
|
TestCaseCmd::JitBin { source, args } => {
|
||||||
let mut jit_cmd = self.rustc_command([
|
let mut jit_cmd = self.rustc_command([
|
||||||
"-Zunstable-options",
|
"-Zunstable-options",
|
||||||
"-Cllvm-args=mode=jit",
|
"-Cllvm-args=jit-mode",
|
||||||
"-Cprefer-dynamic",
|
"-Cprefer-dynamic",
|
||||||
source,
|
source,
|
||||||
"--cfg",
|
"--cfg",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue