Skip to content

Commit 7d4f120

Browse files
authored
Switch 'lldb-remote-linux-ubuntu' builder to use released clang-19. (#274)
1 parent 0e0e4fb commit 7d4f120

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3314,8 +3314,8 @@
33143314
"CMAKE_BUILD_TYPE" : "Release",
33153315
"CMAKE_C_COMPILER_LAUNCHER" : "ccache",
33163316
"CMAKE_CXX_COMPILER_LAUNCHER" : "ccache",
3317-
"CMAKE_C_COMPILER" : "clang-18",
3318-
"CMAKE_CXX_COMPILER" : "clang++-18",
3317+
"CMAKE_C_COMPILER" : "clang-19",
3318+
"CMAKE_CXX_COMPILER" : "clang++-19",
33193319
"CMAKE_CXX_FLAGS" : "-D__OPTIMIZE__",
33203320
"LLVM_TARGETS_TO_BUILD" : "AArch64",
33213321
"LLVM_DEFAULT_TARGET_TRIPLE" : "aarch64-unknown-linux-gnu",
@@ -3327,7 +3327,7 @@
33273327
"LLVM_LIT_ARGS" : "-v -vv --threads=8",
33283328

33293329
"LLDB_TEST_ARCH" : "aarch64",
3330-
"LLDB_TEST_COMPILER" : util.Interpolate("%(prop:tools_root_path)s/aarch64-clang-18/bin/clang"),
3330+
"LLDB_TEST_COMPILER" : util.Interpolate("%(prop:tools_root_path)s/aarch64-clang-19/bin/clang"),
33313331
"LLDB_TEST_PLATFORM_URL" : util.Interpolate("connect://%(prop:remote_test_host)s:1234"),
33323332
"LLDB_TEST_PLATFORM_WORKING_DIR": "/home/ubuntu/lldb-tests",
33333333
"LLDB_TEST_SYSROOT" : util.Interpolate("%(prop:sysroot_path_aarch64)s"),
@@ -3366,9 +3366,9 @@
33663366
"CMAKE_C_FLAGS" : "-mcpu=cortex-a78 -D__OPTIMIZE__ -fPIC",
33673367
"CMAKE_EXE_LINKER_FLAGS" : "-Wl,-l:libc++abi.a -Wl,-l:libc++.a -Wl,-l:libunwind.a",
33683368
"CMAKE_SHARED_LINKER_FLAGS" : "-Wl,-l:libc++abi.a -Wl,-l:libc++.a -Wl,-l:libunwind.a",
3369-
"CMAKE_CXX_COMPILER" : util.Interpolate("%(prop:tools_root_path)s/aarch64-clang-18/bin/clang++"),
3370-
"CMAKE_C_COMPILER" : util.Interpolate("%(prop:tools_root_path)s/aarch64-clang-18/bin/clang"),
3371-
"CMAKE_ASM_COMPILER" : util.Interpolate("%(prop:tools_root_path)s/aarch64-clang-18/bin/clang"),
3369+
"CMAKE_CXX_COMPILER" : util.Interpolate("%(prop:tools_root_path)s/aarch64-clang-19/bin/clang++"),
3370+
"CMAKE_C_COMPILER" : util.Interpolate("%(prop:tools_root_path)s/aarch64-clang-19/bin/clang"),
3371+
"CMAKE_ASM_COMPILER" : util.Interpolate("%(prop:tools_root_path)s/aarch64-clang-19/bin/clang"),
33723372
"CMAKE_SYSTEM_NAME" : "Linux",
33733373
"CMAKE_SYSTEM_PROCESSOR" : "aarch64",
33743374
"CMAKE_CROSSCOMPILING" : "ON",

0 commit comments

Comments
 (0)