llvm-test-suite: Enable verbose mode

This helps to investigate build issues affecting the tests by allowing
us to see which flags are passed to the compiler.
This commit is contained in:
Tulio Magno Quites Machado Filho 2026-04-01 12:18:56 -03:00
commit 18972ea7ad

View file

@ -17,7 +17,7 @@ cmake -G Ninja $testsuite_dir \
-DCMAKE_CXX_COMPILER=$cxx \
-DTEST_SUITE_LIT_FLAGS="-sv"
ninja check
ninja -v check
popd
# Remove temporary files in case of success.