Skip to content

Commit df52fcb

Browse files
committed
github: Set LLVM_LIT_ARGS for the compiler-rt and openmp tests
This allows inspecting exactly which tests actually were executed or skipped, and also gives some insight into what tests are slow.
1 parent ccfa131 commit df52fcb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,8 @@ jobs:
492492
-DCMAKE_C_COMPILER=clang `
493493
-DCMAKE_CXX_COMPILER=clang++ `
494494
-DCMAKE_ASM_MASM_COMPILER=llvm-ml `
495-
-DLIBOMP_ASMFLAGS=${{matrix.asmflag}}
495+
-DLIBOMP_ASMFLAGS=${{matrix.asmflag}} `
496+
-DLLVM_LIT_ARGS="-v --time-tests"
496497
ninja
497498
ninja check-openmp
498499
@@ -569,7 +570,8 @@ jobs:
569570
-DSANITIZER_CXX_ABI=libc++ `
570571
-DCOMPILER_RT_INCLUDE_TESTS=ON `
571572
-DCOMPILER_RT_BUILD_LIBFUZZER=OFF `
572-
-DCOMPILER_RT_BUILD_ORC=OFF
573+
-DCOMPILER_RT_BUILD_ORC=OFF `
574+
-DLLVM_LIT_ARGS="-v --time-tests"
573575
ninja
574576
ninja check-compiler-rt
575577

0 commit comments

Comments
 (0)