|
3657 | 3657 | 'workernames': ["as-builder-9"], |
3658 | 3658 | 'builddir': "lldb-remote-linux-ubuntu", |
3659 | 3659 | 'factory': UnifiedTreeBuilder.getCmakeExBuildFactory( |
3660 | | - depends_on_projects = [ |
3661 | | - 'llvm', |
3662 | | - 'compiler-rt', |
3663 | | - 'clang', |
3664 | | - 'libunwind', |
3665 | | - 'libcxx', |
3666 | | - 'libcxxabi', |
3667 | | - 'lld', |
3668 | | - 'lldb', |
3669 | | - ], |
| 3660 | + depends_on_projects = ["llvm", "clang", "lld", "lldb"], |
3670 | 3661 | enable_runtimes = None, |
3671 | 3662 | checks = [ |
3672 | 3663 | "check-lldb-unit", |
|
3704 | 3695 | "LLDB_ENABLE_CURSES" : "OFF", |
3705 | 3696 | "LLDB_ENABLE_LZMA" : "OFF", |
3706 | 3697 | "LLDB_ENABLE_LIBXML2" : "OFF", |
| 3698 | + # No need to build lldb-server during the first stage. |
| 3699 | + # We are going to build it for the target platform later. |
| 3700 | + "LLDB_CAN_USE_LLDB_SERVER" : "OFF", |
3707 | 3701 | "LLDB_TEST_USER_ARGS" : util.Interpolate( |
3708 | 3702 | "--env;ARCH_CFLAGS=-mcpu=cortex-a78;" \ |
3709 | 3703 | "--platform-name;remote-linux;" \ |
|
3792 | 3786 | 'workernames': ["as-builder-10"], |
3793 | 3787 | 'builddir': "lldb-x-aarch64", |
3794 | 3788 | 'factory': UnifiedTreeBuilder.getCmakeExBuildFactory( |
3795 | | - depends_on_projects = [ |
3796 | | - 'llvm', |
3797 | | - 'compiler-rt', |
3798 | | - 'clang', |
3799 | | - 'libunwind', |
3800 | | - 'libcxx', |
3801 | | - 'libcxxabi', |
3802 | | - 'lld', |
3803 | | - 'lldb', |
3804 | | - ], |
| 3789 | + depends_on_projects = ["llvm", "clang", "lld", "lldb"], |
3805 | 3790 | enable_runtimes = None, |
3806 | 3791 | checks = [ |
3807 | 3792 | "check-lldb-unit", |
|
3838 | 3823 | "LLDB_ENABLE_CURSES" : "OFF", |
3839 | 3824 | "LLDB_ENABLE_LZMA" : "OFF", |
3840 | 3825 | "LLDB_ENABLE_LIBXML2" : "OFF", |
| 3826 | + # No need to build lldb-server during the first stage. |
| 3827 | + # We are going to build it for the target platform later. |
| 3828 | + "LLDB_CAN_USE_LLDB_SERVER" : "OFF", |
3841 | 3829 | "LLDB_TEST_USER_ARGS" : util.Interpolate( |
3842 | 3830 | "--env;ARCH_CFLAGS=-mcpu=cortex-a78;" \ |
3843 | 3831 | "--platform-name;remote-linux;" \ |
|
0 commit comments