From cf9ce707451e82a7566b9116419e6db5659890ca Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Thu, 20 Feb 2025 14:30:00 +0100 Subject: [PATCH] [flang-x86_64-windows] Run check-flang-rt Forgotten out of #383, when enabling LLVM_ENABLE_RUNTIMES=flang-rt. --- buildbot/osuosl/master/config/builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index 0dab1cbf..180fe312 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -2525,7 +2525,7 @@ 'builddir': "flang-x86_64-windows", 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory( depends_on_projects=['llvm','mlir','clang','flang','flang-rt'], - checks=['check-flang'], + checks=['check-flang','check-flang-rt'], install_dir="flang.install", extra_configure_args=[ "-DCLANG_ENABLE_STATIC_ANALYZER=OFF",