Skip to content

Commit 02abe11

Browse files
authored
Enable LLVM_ENABLE_RUNTIMES build of Flang-RT for flang-x86_64-windows (#383)
While #333 tried to update all buildbots all at once, this starts with updating just one buildbot to test the `LLVM_ENABLE_RUNTIMES=flang-rt` configuration. The builder is currently running in staging here: https://lab.llvm.org/staging/#/builders/36
1 parent c5a902d commit 02abe11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildbot/osuosl/master/config/builders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2524,7 +2524,7 @@
25242524
'workernames' : ["minipc-ryzen-win"],
25252525
'builddir': "flang-x86_64-windows",
25262526
'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
2527-
depends_on_projects=['llvm','mlir','clang','flang'],
2527+
depends_on_projects=['llvm','mlir','clang','flang','flang-rt'],
25282528
checks=['check-flang'],
25292529
install_dir="flang.install",
25302530
extra_configure_args=[

zorg/buildbot/process/factory.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
_all_runtimes = frozenset([
99
"compiler-rt",
10+
"flang-rt",
1011
"libc",
1112
"libcxx",
1213
"libcxxabi",

0 commit comments

Comments
 (0)