Skip to content

Commit

Permalink
Pass host triple when running tests in opt-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 22, 2023
1 parent e5010ea commit 6aeea06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tools/opt-dist/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ llvm-config = "{llvm_config}"
env.python_binary(),
x_py.as_str(),
"test",
"--host",
env.host_triple(),
"--target",
env.host_triple(),
"--stage",
"0",
"tests/assembly",
Expand Down

0 comments on commit 6aeea06

Please sign in to comment.