|
661 | 661 | '-DCMAKE_C_COMPILER_TARGET="mips64el-unknown-linux-gnu"',
|
662 | 662 | '-DLLVM_TARGETS_TO_BUILD=Mips'])},
|
663 | 663 |
|
664 |
| - {'name' : "clang-ppc64be-linux-test-suite", |
665 |
| - 'tags' : ["clang", "ppc"], |
666 |
| - 'workernames' : ["ppc64be-clang-test-suite"], |
667 |
| - 'builddir': "clang-ppc64be-test-suite", |
668 |
| - 'factory' : TestSuiteBuilder.getTestSuiteBuildFactory( |
669 |
| - depends_on_projects=["llvm", "clang", "clang-tools-extra", |
670 |
| - "compiler-rt"], |
671 |
| - checks=['check-all', 'check-runtimes'], |
672 |
| - extra_configure_args=[ |
673 |
| - "-DLLVM_ENABLE_ASSERTIONS=ON", |
674 |
| - "-DCMAKE_BUILD_TYPE=Release", |
675 |
| - "-DLLVM_LIT_ARGS=-v", |
676 |
| - "-DCMAKE_C_COMPILER_LAUNCHER=ccache", |
677 |
| - "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"])}, |
678 |
| - |
679 |
| - {'name' : "clang-ppc64be-linux-multistage", |
680 |
| - 'tags' : ["clang", "ppc"], |
681 |
| - 'workernames' : ["ppc64be-clang-multistage-test"], |
682 |
| - 'builddir': "clang-ppc64be-multistage", |
683 |
| - 'factory' : ClangBuilder.getClangCMakeBuildFactory( |
684 |
| - clean=False, |
685 |
| - checks=['check-all', 'check-runtimes'], |
686 |
| - checkout_lld=False, |
687 |
| - useTwoStage=True, |
688 |
| - stage1_config='Release', |
689 |
| - stage2_config='Release', |
690 |
| - extra_cmake_args=[ |
691 |
| - "-DLLVM_ENABLE_ASSERTIONS=ON", |
692 |
| - "-DCMAKE_C_COMPILER_LAUNCHER=ccache", |
693 |
| - "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"])}, |
694 |
| - |
695 | 664 | {'name' : "clang-ppc64le-linux-test-suite",
|
696 | 665 | 'tags' : ["clang", "ppc", "ppc64le"],
|
697 | 666 | 'workernames' : ["ppc64le-clang-test-suite"],
|
|
1730 | 1699 | 'builddir': "sanitizer-aarch64-linux-fuzzer",
|
1731 | 1700 | 'factory' : SanitizerBuilder.getSanitizerBuildFactory()},
|
1732 | 1701 |
|
1733 |
| - {'name' : "sanitizer-ppc64be-linux", |
1734 |
| - 'tags' : ["sanitizer", "ppc"], |
1735 |
| - 'workernames' : ["ppc64be-sanitizer"], |
1736 |
| - 'builddir': "sanitizer-ppc64be", |
1737 |
| - 'factory' : SanitizerBuilder.getSanitizerBuildFactory(timeout=1800)}, |
1738 |
| - |
1739 | 1702 | {'name' : "sanitizer-ppc64le-linux",
|
1740 | 1703 | 'tags' : ["sanitizer", "ppc", "ppc64le"],
|
1741 | 1704 | 'workernames' : ["ppc64le-sanitizer"],
|
|
0 commit comments