From 18972ea7adb87c1cfdad9af7c4e47614a8e2567c Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Wed, 1 Apr 2026 12:18:56 -0300 Subject: [PATCH] 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. --- tests/llvm-test-suite/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llvm-test-suite/test.sh b/tests/llvm-test-suite/test.sh index 697f2cf..babdf0e 100755 --- a/tests/llvm-test-suite/test.sh +++ b/tests/llvm-test-suite/test.sh @@ -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.