Skip to content

Commit 823d72a

Browse files
committed
Pass host triple when running tests in opt-dist
1 parent a836fd6 commit 823d72a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/opt-dist/src/tests.rs

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ llvm-config = "{llvm_config}"
7979
env.python_binary(),
8080
x_py.as_str(),
8181
"test",
82+
"--build",
83+
env.host_triple(),
8284
"--stage",
8385
"0",
8486
"tests/assembly",

0 commit comments

Comments
 (0)