Skip to content

Commit e9c19b7

Browse files
committed
flang_runtime_OpenMPBuilder
1 parent cf9ce70 commit e9c19b7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,8 +2031,8 @@
20312031
'builddir': "openmp-offload-amdgpu-clang-flang",
20322032
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
20332033
clean=True,
2034-
enable_runtimes=['compiler-rt', 'openmp', 'offload'],
2035-
depends_on_projects=['llvm','clang','lld', 'offload', 'openmp', 'mlir', 'flang', 'compiler-rt'],
2034+
enable_runtimes=['compiler-rt', 'openmp', 'offload', 'flang-rt'],
2035+
depends_on_projects=['llvm','clang','lld', 'offload', 'openmp', 'mlir', 'flang', 'flang-rt', 'compiler-rt'],
20362036
extraCmakeArgs=[
20372037
"-DCMAKE_BUILD_TYPE=Release",
20382038
"-DCLANG_DEFAULT_LINKER=lld",
@@ -2061,7 +2061,7 @@
20612061
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
20622062
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
20632063
],
2064-
add_lit_checks=["check-flang", "check-offload"],
2064+
add_lit_checks=["check-flang", "check-flang-rt", "check-offload"],
20652065
add_openmp_lit_args=["--time-tests", "--timeout 100"],
20662066
)},
20672067

@@ -2073,8 +2073,8 @@
20732073
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
20742074
clean=True,
20752075
test=False, # we have no GPU avail, skip runtime tests
2076-
enable_runtimes=['openmp', 'compiler-rt', 'offload'],
2077-
depends_on_projects=['llvm','clang', 'flang', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'],
2076+
enable_runtimes=['openmp', 'compiler-rt', 'offload', 'flang-rt'],
2077+
depends_on_projects=['llvm','clang', 'flang', 'flang-rt', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'],
20782078
extraCmakeArgs=[
20792079
"-DCMAKE_BUILD_TYPE=Release",
20802080
"-DCLANG_DEFAULT_LINKER=lld",
@@ -2094,7 +2094,7 @@
20942094
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
20952095
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
20962096
],
2097-
add_lit_checks=["check-clang", "check-flang", "check-llvm", "check-lld", "check-mlir"],
2097+
add_lit_checks=["check-clang", "check-flang", "check-flang-rt", "check-llvm", "check-lld", "check-mlir"],
20982098
add_openmp_lit_args=["--time-tests", "--timeout 100"],
20992099
)},
21002100

@@ -2105,8 +2105,8 @@
21052105
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
21062106
clean=True,
21072107
test=True,
2108-
enable_runtimes=['openmp', 'compiler-rt', 'offload'],
2109-
depends_on_projects=['llvm','clang', 'flang', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'],
2108+
enable_runtimes=['openmp', 'compiler-rt', 'offload', 'flang-rt'],
2109+
depends_on_projects=['llvm','clang', 'flang', 'flang-rt', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'],
21102110
extraCmakeArgs=[
21112111
"-DCMAKE_BUILD_TYPE=Release",
21122112
"-DCLANG_DEFAULT_LINKER=lld",
@@ -2127,7 +2127,7 @@
21272127
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
21282128
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
21292129
],
2130-
add_lit_checks=["check-clang", "check-flang", "check-llvm", "check-lld", "check-mlir", "check-offload"],
2130+
add_lit_checks=["check-clang", "check-flang", "check-flang-rt", "check-llvm", "check-lld", "check-mlir", "check-offload"],
21312131
add_openmp_lit_args=["--time-tests", "--timeout 100", "--xfail=affinity/format/proc_bind.c"],
21322132
)},
21332133

@@ -2138,8 +2138,8 @@
21382138
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
21392139
clean=True,
21402140
test=True,
2141-
enable_runtimes=['openmp', 'compiler-rt', 'offload'],
2142-
depends_on_projects=['llvm','clang', 'flang', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'],
2141+
enable_runtimes=['openmp', 'compiler-rt', 'offload', 'flang-rt'],
2142+
depends_on_projects=['llvm','clang', 'flang', 'flang-rt', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'],
21432143
extraCmakeArgs=[
21442144
"-DCMAKE_BUILD_TYPE=Release",
21452145
"-DCLANG_DEFAULT_LINKER=lld",
@@ -2160,7 +2160,7 @@
21602160
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
21612161
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
21622162
],
2163-
add_lit_checks=["check-clang", "check-flang", "check-llvm", "check-lld", "check-mlir", "check-offload"],
2163+
add_lit_checks=["check-clang", "check-flang", "check-flang-rt", "check-llvm", "check-lld", "check-mlir", "check-offload"],
21642164
add_openmp_lit_args=["--time-tests", "--timeout 100", "--xfail=affinity/format/proc_bind.c"],
21652165
)},
21662166

0 commit comments

Comments
 (0)