|
2034 | 2034 | 'builddir': "openmp-offload-amdgpu-clang-flang",
|
2035 | 2035 | 'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
|
2036 | 2036 | clean=True,
|
2037 |
| - enable_runtimes=['compiler-rt', 'openmp', 'offload'], |
2038 |
| - depends_on_projects=['llvm','clang','lld', 'offload', 'openmp', 'mlir', 'flang', 'compiler-rt'], |
| 2037 | + enable_runtimes=['compiler-rt', 'openmp', 'offload', 'flang-rt'], |
| 2038 | + depends_on_projects=['llvm','clang','lld', 'offload', 'openmp', 'mlir', 'flang', 'flang-rt', 'compiler-rt'], |
2039 | 2039 | extraCmakeArgs=[
|
2040 | 2040 | "-DCMAKE_BUILD_TYPE=Release",
|
2041 | 2041 | "-DCLANG_DEFAULT_LINKER=lld",
|
|
2064 | 2064 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
|
2065 | 2065 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
|
2066 | 2066 | ],
|
2067 |
| - add_lit_checks=["check-flang", "check-offload"], |
| 2067 | + add_lit_checks=["check-flang", "check-flang-rt", "check-offload"], |
2068 | 2068 | add_openmp_lit_args=["--time-tests", "--timeout 100"],
|
2069 | 2069 | )},
|
2070 | 2070 |
|
|
2076 | 2076 | 'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
|
2077 | 2077 | clean=True,
|
2078 | 2078 | test=False, # we have no GPU avail, skip runtime tests
|
2079 |
| - enable_runtimes=['openmp', 'compiler-rt', 'offload'], |
2080 |
| - depends_on_projects=['llvm','clang', 'flang', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'], |
| 2079 | + enable_runtimes=['openmp', 'compiler-rt', 'offload', 'flang-rt'], |
| 2080 | + depends_on_projects=['llvm','clang', 'flang', 'flang-rt', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'], |
2081 | 2081 | extraCmakeArgs=[
|
2082 | 2082 | "-DCMAKE_BUILD_TYPE=Release",
|
2083 | 2083 | "-DCLANG_DEFAULT_LINKER=lld",
|
|
2097 | 2097 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
|
2098 | 2098 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
|
2099 | 2099 | ],
|
2100 |
| - add_lit_checks=["check-clang", "check-flang", "check-llvm", "check-lld", "check-mlir"], |
| 2100 | + add_lit_checks=["check-clang", "check-flang", "check-flang-rt", "check-llvm", "check-lld", "check-mlir"], |
2101 | 2101 | add_openmp_lit_args=["--time-tests", "--timeout 100"],
|
2102 | 2102 | )},
|
2103 | 2103 |
|
|
2108 | 2108 | 'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
|
2109 | 2109 | clean=True,
|
2110 | 2110 | test=True,
|
2111 |
| - enable_runtimes=['openmp', 'compiler-rt', 'offload'], |
2112 |
| - depends_on_projects=['llvm','clang', 'flang', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'], |
| 2111 | + enable_runtimes=['openmp', 'compiler-rt', 'offload', 'flang-rt'], |
| 2112 | + depends_on_projects=['llvm','clang', 'flang', 'flang-rt', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'], |
2113 | 2113 | extraCmakeArgs=[
|
2114 | 2114 | "-DCMAKE_BUILD_TYPE=Release",
|
2115 | 2115 | "-DCLANG_DEFAULT_LINKER=lld",
|
|
2130 | 2130 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
|
2131 | 2131 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
|
2132 | 2132 | ],
|
2133 |
| - add_lit_checks=["check-clang", "check-flang", "check-llvm", "check-lld", "check-mlir", "check-offload"], |
| 2133 | + add_lit_checks=["check-clang", "check-flang", "check-flang-rt", "check-llvm", "check-lld", "check-mlir", "check-offload"], |
2134 | 2134 | add_openmp_lit_args=["--time-tests", "--timeout 100", "--xfail=affinity/format/proc_bind.c"],
|
2135 | 2135 | )},
|
2136 | 2136 |
|
|
2141 | 2141 | 'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
|
2142 | 2142 | clean=True,
|
2143 | 2143 | test=True,
|
2144 |
| - enable_runtimes=['openmp', 'compiler-rt', 'offload'], |
2145 |
| - depends_on_projects=['llvm','clang', 'flang', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'], |
| 2144 | + enable_runtimes=['openmp', 'compiler-rt', 'offload', 'flang-rt'], |
| 2145 | + depends_on_projects=['llvm','clang', 'flang', 'flang-rt', 'lld', 'mlir', 'offload', 'openmp', 'compiler-rt'], |
2146 | 2146 | extraCmakeArgs=[
|
2147 | 2147 | "-DCMAKE_BUILD_TYPE=Release",
|
2148 | 2148 | "-DCLANG_DEFAULT_LINKER=lld",
|
|
2163 | 2163 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
|
2164 | 2164 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
|
2165 | 2165 | ],
|
2166 |
| - add_lit_checks=["check-clang", "check-flang", "check-llvm", "check-lld", "check-mlir", "check-offload"], |
| 2166 | + add_lit_checks=["check-clang", "check-flang", "check-flang-rt", "check-llvm", "check-lld", "check-mlir", "check-offload"], |
2167 | 2167 | add_openmp_lit_args=["--time-tests", "--timeout 100", "--xfail=affinity/format/proc_bind.c"],
|
2168 | 2168 | )},
|
2169 | 2169 |
|
|
0 commit comments