Skip to content

Commit 5a69066

Browse files
committed
Add flang-arm64-windows-msvc-testsuite builder
1 parent 8274526 commit 5a69066

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2651,6 +2651,29 @@
26512651
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF",
26522652
"-DLLVM_CCACHE_BUILD=ON"])},
26532653

2654+
{'name' : "flang-arm64-windows-msvc-testsuite",
2655+
'tags' : ["flang"],
2656+
'workernames' : ["linaro-armv8-windows-msvc-06"],
2657+
'builddir': "flang-arm64-win-msvc-ts",
2658+
'factory' : ClangBuilder.getClangCMakeBuildFactory(
2659+
vs="manual",
2660+
clean=False,
2661+
checkout_flang=True,
2662+
checkout_lld=True,
2663+
runTestSuite=True,
2664+
testStage1=False,
2665+
testsuite_flags=[
2666+
'--cmake-define', "TEST_SUITE_SUBDIRS='Fortran'",
2667+
'--use-make=ninja',
2668+
'--threads=8',
2669+
'--build-threads=8'],
2670+
extra_cmake_args=[
2671+
"-DLLVM_TARGETS_TO_BUILD=AArch64",
2672+
"-DCLANG_DEFAULT_LINKER=lld",
2673+
"-DCMAKE_TRY_COMPILE_CONFIGURATION=Release",
2674+
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF",
2675+
"-DLLVM_CCACHE_BUILD=ON"])},
2676+
26542677
{'name' : 'ppc64-flang-aix',
26552678
'tags' : ["flang", "ppc", "ppc64", "aix"],
26562679
'workernames' : ['ppc64-flang-aix-test'],

buildbot/osuosl/master/config/workers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def get_all():
5151
create_worker("linaro-armv8-windows-msvc-03", max_builds=1),
5252
create_worker("linaro-armv8-windows-msvc-04", max_builds=1),
5353
create_worker("linaro-armv8-windows-msvc-05", max_builds=1),
54+
create_worker("linaro-armv8-windows-msvc-06", max_builds=1),
5455

5556
# Linux s390x Ubuntu Focal, IBM z13 (5GHz), 64GB of RAM
5657
create_worker("onnx-mlir-nowarn-linux-s390x", properties={'jobs' : 4}, max_builds=1),

0 commit comments

Comments
 (0)