diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-03-05 15:55:41 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-03-05 15:55:41 +0000 |
| commit | 7eb0a99fc9ff5ee3870a07926d5137d434ee22ab (patch) | |
| tree | 2ba92219b7ce06451185df7d53311bf3f5cbd1bb | |
| parent | 5cdb8663563fa1fc47a869d790e5cd06eaf1de3e (diff) | |
| download | rust-7eb0a99fc9ff5ee3870a07926d5137d434ee22ab.tar.gz rust-7eb0a99fc9ff5ee3870a07926d5137d434ee22ab.zip | |
Fix jit mode testing
| -rw-r--r-- | build_system/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_system/tests.rs b/build_system/tests.rs index 1b1f0f483a3..9ec0d3850f1 100644 --- a/build_system/tests.rs +++ b/build_system/tests.rs @@ -374,7 +374,7 @@ impl<'a> TestRunner<'a> { TestCaseCmd::JitBin { source, args } => { let mut jit_cmd = self.rustc_command([ "-Zunstable-options", - "-Cllvm-args=mode=jit", + "-Cllvm-args=jit-mode", "-Cprefer-dynamic", source, "--cfg", |
