From f91d98fc6c46c3405677b4e33565e0d8521da114 Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Mon, 15 Aug 2022 14:04:03 +0200 Subject: 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 --- build_llvm_package.bat | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3