|
2031 | 2031 | 'builddir': "openmp-offload-amdgpu-clang-flang", |
2032 | 2032 | 'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory( |
2033 | 2033 | 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'], |
2036 | 2036 | extraCmakeArgs=[ |
2037 | 2037 | "-DCMAKE_BUILD_TYPE=Release", |
2038 | 2038 | "-DCLANG_DEFAULT_LINKER=lld", |
|
2061 | 2061 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa", |
2062 | 2062 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa", |
2063 | 2063 | ], |
2064 | | - add_lit_checks=["check-flang", "check-offload"], |
| 2064 | + add_lit_checks=["check-flang", "check-flang-rt", "check-offload"], |
2065 | 2065 | add_openmp_lit_args=["--time-tests", "--timeout 100"], |
2066 | 2066 | )}, |
2067 | 2067 |
|
|
2073 | 2073 | 'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory( |
2074 | 2074 | clean=True, |
2075 | 2075 | 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'], |
2078 | 2078 | extraCmakeArgs=[ |
2079 | 2079 | "-DCMAKE_BUILD_TYPE=Release", |
2080 | 2080 | "-DCLANG_DEFAULT_LINKER=lld", |
|
2094 | 2094 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa", |
2095 | 2095 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa", |
2096 | 2096 | ], |
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"], |
2098 | 2098 | add_openmp_lit_args=["--time-tests", "--timeout 100"], |
2099 | 2099 | )}, |
2100 | 2100 |
|
|
2105 | 2105 | 'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory( |
2106 | 2106 | clean=True, |
2107 | 2107 | 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'], |
2110 | 2110 | extraCmakeArgs=[ |
2111 | 2111 | "-DCMAKE_BUILD_TYPE=Release", |
2112 | 2112 | "-DCLANG_DEFAULT_LINKER=lld", |
|
2127 | 2127 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa", |
2128 | 2128 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa", |
2129 | 2129 | ], |
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"], |
2131 | 2131 | add_openmp_lit_args=["--time-tests", "--timeout 100", "--xfail=affinity/format/proc_bind.c"], |
2132 | 2132 | )}, |
2133 | 2133 |
|
|
2138 | 2138 | 'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory( |
2139 | 2139 | clean=True, |
2140 | 2140 | 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'], |
2143 | 2143 | extraCmakeArgs=[ |
2144 | 2144 | "-DCMAKE_BUILD_TYPE=Release", |
2145 | 2145 | "-DCLANG_DEFAULT_LINKER=lld", |
|
2160 | 2160 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa", |
2161 | 2161 | "-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa", |
2162 | 2162 | ], |
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"], |
2164 | 2164 | add_openmp_lit_args=["--time-tests", "--timeout 100", "--xfail=affinity/format/proc_bind.c"], |
2165 | 2165 | )}, |
2166 | 2166 |
|
|
0 commit comments