|
2353 | 2353 | 'builddir': "flang-aarch64-dylib", |
2354 | 2354 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory( |
2355 | 2355 | clean=True, |
2356 | | - checks=['check-flang'], |
2357 | | - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2356 | + checks=['check-flang','check-flang-rt'], |
| 2357 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2358 | 2358 | extra_configure_args=[ |
2359 | 2359 | "-DLLVM_TARGETS_TO_BUILD=AArch64", |
2360 | 2360 | "-DLLVM_BUILD_LLVM_DYLIB=ON", |
|
2368 | 2368 | 'builddir': "flang-aarch64-sharedlibs", |
2369 | 2369 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory( |
2370 | 2370 | clean=True, |
2371 | | - checks=['check-flang'], |
2372 | | - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2371 | + checks=['check-flang','check-flang-rt'], |
| 2372 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2373 | 2373 | extra_configure_args=[ |
2374 | 2374 | "-DLLVM_TARGETS_TO_BUILD=AArch64", |
2375 | 2375 | "-DBUILD_SHARED_LIBS=ON", |
|
2401 | 2401 | 'builddir': "flang-aarch64-debug-reverse-iteration", |
2402 | 2402 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory( |
2403 | 2403 | clean=True, |
2404 | | - checks=['check-flang'], |
2405 | | - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2404 | + checks=['check-flang','check-flang-rt'], |
| 2405 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2406 | 2406 | extra_configure_args=[ |
2407 | 2407 | "-DLLVM_TARGETS_TO_BUILD=AArch64", |
2408 | 2408 | "-DCMAKE_BUILD_TYPE=Debug", |
|
2417 | 2417 | 'builddir': "flang-aarch64-libcxx", |
2418 | 2418 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory( |
2419 | 2419 | clean=True, |
2420 | | - checks=['check-flang'], |
2421 | | - depends_on_projects=['llvm','mlir','clang','flang'], |
| 2420 | + checks=['check-flang','check-flang-rt'], |
| 2421 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt'], |
2422 | 2422 | extra_configure_args=[ |
2423 | 2423 | "-DLLVM_TARGETS_TO_BUILD=AArch64", |
2424 | 2424 | "-DLLVM_INSTALL_UTILS=ON", |
|
2437 | 2437 | 'builddir': "flang-aarch64-release", |
2438 | 2438 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory( |
2439 | 2439 | clean=True, |
2440 | | - checks=['check-flang'], |
2441 | | - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2440 | + checks=['check-flang','check-flang-rt'], |
| 2441 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2442 | 2442 | extra_configure_args=[ |
2443 | 2443 | "-DLLVM_TARGETS_TO_BUILD=AArch64", |
2444 | 2444 | "-DCMAKE_BUILD_TYPE=Release", |
|
2452 | 2452 | 'builddir': "flang-aarch64-rel-assert", |
2453 | 2453 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory( |
2454 | 2454 | clean=True, |
2455 | | - checks=['check-flang'], |
2456 | | - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2455 | + checks=['check-flang','check-flang-rt'], |
| 2456 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2457 | 2457 | extra_configure_args=[ |
2458 | 2458 | "-DLLVM_TARGETS_TO_BUILD=AArch64", |
2459 | 2459 | "-DLLVM_ENABLE_ASSERTIONS=ON", |
|
2468 | 2468 | 'builddir': "flang-aarch64-latest-gcc", |
2469 | 2469 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory( |
2470 | 2470 | clean=True, |
2471 | | - checks=['check-flang'], |
2472 | | - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2471 | + checks=['check-flang','check-flang-rt'], |
| 2472 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2473 | 2473 | extra_configure_args=[ |
2474 | 2474 | "-DLLVM_TARGETS_TO_BUILD=AArch64", |
2475 | 2475 | "-DLLVM_INSTALL_UTILS=ON", |
|
0 commit comments