Match std RUSTFLAGS for host and target for mir-opt
test
This commit is contained in:
parent
4203c68613
commit
becf664e49
@ -1697,7 +1697,11 @@ fn run(self, builder: &Builder<'_>) {
|
|||||||
builder.ensure(TestHelpers { target: compiler.host });
|
builder.ensure(TestHelpers { target: compiler.host });
|
||||||
|
|
||||||
// ensure that `libproc_macro` is available on the host.
|
// ensure that `libproc_macro` is available on the host.
|
||||||
|
if suite == "mir-opt" {
|
||||||
|
builder.ensure(compile::Std::new_for_mir_opt_tests(compiler, compiler.host));
|
||||||
|
} else {
|
||||||
builder.ensure(compile::Std::new(compiler, compiler.host));
|
builder.ensure(compile::Std::new(compiler, compiler.host));
|
||||||
|
}
|
||||||
|
|
||||||
// As well as the target
|
// As well as the target
|
||||||
if suite != "mir-opt" {
|
if suite != "mir-opt" {
|
||||||
|
Loading…
Reference in New Issue
Block a user