|
2356 | 2356 | 'builddir': "flang-aarch64-dylib",
|
2357 | 2357 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
|
2358 | 2358 | clean=True,
|
2359 |
| - checks=['check-flang'], |
2360 |
| - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2359 | + checks=['check-flang','check-flang-rt'], |
| 2360 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2361 | 2361 | extra_configure_args=[
|
2362 | 2362 | "-DLLVM_TARGETS_TO_BUILD=AArch64",
|
2363 | 2363 | "-DLLVM_BUILD_LLVM_DYLIB=ON",
|
|
2371 | 2371 | 'builddir': "flang-aarch64-sharedlibs",
|
2372 | 2372 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
|
2373 | 2373 | clean=True,
|
2374 |
| - checks=['check-flang'], |
2375 |
| - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2374 | + checks=['check-flang','check-flang-rt'], |
| 2375 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2376 | 2376 | extra_configure_args=[
|
2377 | 2377 | "-DLLVM_TARGETS_TO_BUILD=AArch64",
|
2378 | 2378 | "-DBUILD_SHARED_LIBS=ON",
|
|
2404 | 2404 | 'builddir': "flang-aarch64-debug-reverse-iteration",
|
2405 | 2405 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
|
2406 | 2406 | clean=True,
|
2407 |
| - checks=['check-flang'], |
2408 |
| - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2407 | + checks=['check-flang','check-flang-rt'], |
| 2408 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2409 | 2409 | extra_configure_args=[
|
2410 | 2410 | "-DLLVM_TARGETS_TO_BUILD=AArch64",
|
2411 | 2411 | "-DCMAKE_BUILD_TYPE=Debug",
|
|
2420 | 2420 | 'builddir': "flang-aarch64-libcxx",
|
2421 | 2421 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
|
2422 | 2422 | clean=True,
|
2423 |
| - checks=['check-flang'], |
2424 |
| - depends_on_projects=['llvm','mlir','clang','flang'], |
| 2423 | + checks=['check-flang','check-flang-rt'], |
| 2424 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt'], |
2425 | 2425 | extra_configure_args=[
|
2426 | 2426 | "-DLLVM_TARGETS_TO_BUILD=AArch64",
|
2427 | 2427 | "-DLLVM_INSTALL_UTILS=ON",
|
|
2440 | 2440 | 'builddir': "flang-aarch64-release",
|
2441 | 2441 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
|
2442 | 2442 | clean=True,
|
2443 |
| - checks=['check-flang'], |
2444 |
| - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2443 | + checks=['check-flang','check-flang-rt'], |
| 2444 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2445 | 2445 | extra_configure_args=[
|
2446 | 2446 | "-DLLVM_TARGETS_TO_BUILD=AArch64",
|
2447 | 2447 | "-DCMAKE_BUILD_TYPE=Release",
|
|
2455 | 2455 | 'builddir': "flang-aarch64-rel-assert",
|
2456 | 2456 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
|
2457 | 2457 | clean=True,
|
2458 |
| - checks=['check-flang'], |
2459 |
| - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2458 | + checks=['check-flang','check-flang-rt'], |
| 2459 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2460 | 2460 | extra_configure_args=[
|
2461 | 2461 | "-DLLVM_TARGETS_TO_BUILD=AArch64",
|
2462 | 2462 | "-DLLVM_ENABLE_ASSERTIONS=ON",
|
|
2471 | 2471 | 'builddir': "flang-aarch64-latest-gcc",
|
2472 | 2472 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
|
2473 | 2473 | clean=True,
|
2474 |
| - checks=['check-flang'], |
2475 |
| - depends_on_projects=['llvm','mlir','clang','flang','openmp'], |
| 2474 | + checks=['check-flang','check-flang-rt'], |
| 2475 | + depends_on_projects=['llvm','mlir','clang','flang','flang-rt','openmp'], |
2476 | 2476 | extra_configure_args=[
|
2477 | 2477 | "-DLLVM_TARGETS_TO_BUILD=AArch64",
|
2478 | 2478 | "-DLLVM_INSTALL_UTILS=ON",
|
|
0 commit comments