parent
f626185a5b
commit
0865e5a452
1 changed files with 2 additions and 1 deletions
|
|
@ -548,7 +548,8 @@ impl TestRunner {
|
|||
let host_compiler = Compiler::clif_with_triple(&dirs, host_triple);
|
||||
|
||||
let mut target_compiler = Compiler::clif_with_triple(&dirs, target_triple);
|
||||
target_compiler.rustflags = rustflags;
|
||||
target_compiler.rustflags = rustflags.clone();
|
||||
target_compiler.rustdocflags = rustflags;
|
||||
target_compiler.runner = runner;
|
||||
|
||||
Self { is_native, jit_supported, dirs, host_compiler, target_compiler }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue