@@ -2040,8 +2040,8 @@ def collapseRequestsDoxygen(master, builder, req1, req2):
20402040 'factory' : UnifiedTreeBuilder .getCmakeWithNinjaBuildFactory (
20412041 clean = True ,
20422042 checks = ['check-all' ,'check-sycl' ],
2043- enable_runtimes = ['openmp' , 'offload' , 'libsycl' ],
2044- depends_on_projects = ['llvm' , 'clang' , 'libsycl' , 'offload' , 'openmp' , 'lld' ],
2043+ enable_runtimes = ['compiler-rt' , ' openmp' , 'offload' , 'libsycl' ],
2044+ depends_on_projects = ['llvm' , 'clang' , 'compiler-rt' , ' libsycl' , 'offload' , 'openmp' , 'lld' ],
20452045 extra_configure_args = [
20462046 "-DLLVM_CCACHE_BUILD=ON" ,
20472047 "-DLLVM_TARGETS_TO_BUILD=host;SPIRV" ,
@@ -2051,8 +2051,10 @@ def collapseRequestsDoxygen(master, builder, req1, req2):
20512051 "-DLIBOMPTARGET_PLUGINS_TO_BUILD=level_zero" ,
20522052 "-DLIBOMPTARGET_DLOPEN_PLUGINS=level_zero" ,
20532053 "-DLIBOMPTARGET_ENABLE_DEBUG=ON" ,
2054- "-DLLVM_RUNTIME_TARGETS=default;spirv64-intel" ,
2054+ "-DLLVM_RUNTIME_TARGETS=default;spirv64-intel;spirv64-unknown-unknown " ,
20552055 "-DRUNTIMES_spirv64-intel_LLVM_ENABLE_RUNTIMES=openmp" ,
2056+ "-DRUNTIMES_spirv64-unknown-unknown_LLVM_ENABLE_RUNTIMES=compiler-rt" ,
2057+ "-DRUNTIMES_spirv64-unknown-unknown_COMPILER_RT_INCLUDE_TESTS=OFF" ,
20562058 ])},
20572059
20582060
0 commit comments