Pass host triple when running tests in opt-dist

This commit is contained in:
Jakub Beránek 2023-10-22 11:13:12 +02:00
parent a836fd65f9
commit 823d72abde

View File

@ -79,6 +79,8 @@ llvm-config = "{llvm_config}"
env.python_binary(),
x_py.as_str(),
"test",
"--build",
env.host_triple(),
"--stage",
"0",
"tests/assembly",