summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2022-08-15 14:04:03 +0200
committerDiana Picus <diana.picus@linaro.org>2022-09-19 11:56:00 +0000
commitf91d98fc6c46c3405677b4e33565e0d8521da114 (patch)
tree87093de2617fe7d51214feed75619dbaf86000d3
parentd7142defb8cf8344574ef1310d19a6b5c32651c2 (diff)
build_llvm_package.bat: Run flang and lldb tests
These are expected to pass. We should replace with check-all when possible. Change-Id: Ia3780f95f60be73dce864edca3f79c7418099cb0
-rwxr-xr-xbuild_llvm_package.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_llvm_package.bat b/build_llvm_package.bat
index 20f70e48..cbf6ae39 100755
--- a/build_llvm_package.bat
+++ b/build_llvm_package.bat
@@ -132,6 +132,8 @@ cmake -GNinja %cmake_flags% ^
-DCMAKE_MODULE_LINKER_FLAGS=%builtins% ^
..\llvm-project\llvm || exit /b
ninja all || ninja all || ninja all || exit /b
+ninja check-lldb || ninja check-lldb || ninja check-lldb
+ninja check-flang || ninja check-flang || ninja check-flang
REM ninja check || ninja check || ninja check || exit /b
REM ninja check-clang || ninja check-clang || ninja check-clang || exit /b
REM ninja check-lld || ninja check-lld || ninja check-lld || exit /b