Rollup merge of #117287 - onur-ozkan:fix-miri-target-info, r=RalfJung
fix miri target information for Test step self-explanatory r? RalfJung
This commit is contained in:
commit
b9015dab9d
@ -630,7 +630,7 @@ impl Step for Miri {
|
||||
SourceType::InTree,
|
||||
&[],
|
||||
);
|
||||
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, host);
|
||||
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, target);
|
||||
|
||||
cargo.add_rustc_lib_path(builder, compiler);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user