|
2509 | 2509 | 'builddir': "clang-cuda-l4",
|
2510 | 2510 | 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
|
2511 | 2511 | script="/buildbot/cuda-build",
|
| 2512 | + depends_on_projects=['llvm', 'clang', 'compiler-rt', |
| 2513 | + 'libc', 'libcxx', 'libcxxabi', |
| 2514 | + 'libunwind', 'lld', 'offload'], |
2512 | 2515 | checkout_llvm_sources=False)},
|
2513 | 2516 |
|
2514 | 2517 | {'name' : "clang-cuda-p4",
|
|
2517 | 2520 | 'builddir': "clang-cuda-p4",
|
2518 | 2521 | 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
|
2519 | 2522 | script="/buildbot/cuda-build",
|
| 2523 | + depends_on_projects=['llvm', 'clang', 'compiler-rt', |
| 2524 | + 'libc', 'libcxx', 'libcxxabi', |
| 2525 | + 'libunwind', 'lld', 'offload'], |
2520 | 2526 | checkout_llvm_sources=False)},
|
2521 | 2527 |
|
2522 | 2528 | {'name' : "clang-cuda-t4",
|
|
2525 | 2531 | 'builddir': "clang-cuda-t4",
|
2526 | 2532 | 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
|
2527 | 2533 | script="/buildbot/cuda-build",
|
| 2534 | + depends_on_projects=['llvm', 'clang', 'compiler-rt', |
| 2535 | + 'libc', 'libcxx', 'libcxxabi', |
| 2536 | + 'libunwind', 'lld', 'offload'], |
2528 | 2537 | checkout_llvm_sources=False)},
|
2529 |
| -# HIP builders. |
2530 | 2538 |
|
| 2539 | +# HIP builders. |
2531 | 2540 | {'name' : "clang-hip-vega20",
|
2532 | 2541 | 'tags' : ["clang"],
|
2533 | 2542 | 'workernames' : ["hip-vega20-0"],
|
|
0 commit comments