We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceeb724 commit bb356d3Copy full SHA for bb356d3
utils/build-script-impl
@@ -2493,6 +2493,10 @@ for host in "${ALL_HOSTS[@]}"; do
2493
if [[ "${SKIP_TEST_LLDB}" ]]; then
2494
continue
2495
fi
2496
+ if [[ $(is_cross_tools_host ${host}) ]]; then
2497
+ echo "--- Can't execute tests for ${host}, skipping... ---"
2498
+ continue
2499
+ fi
2500
llvm_build_dir=$(build_directory ${host} llvm)
2501
lldb_build_dir=$(build_directory ${host} lldb)
2502
results_dir="${lldb_build_dir}/test-results"
0 commit comments