Skip to content

Commit b4278d8

Browse files
authored
Add LLVM_TARGET_TRIPLE option for 'lldb-remote-linux' builder. (#256)
1 parent 3ac3833 commit b4278d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3313,6 +3313,8 @@
33133313
"CMAKE_CXX_FLAGS" : "-D__OPTIMIZE__",
33143314
"LLVM_TARGETS_TO_BUILD" : "AArch64",
33153315
"LLVM_DEFAULT_TARGET_TRIPLE" : "aarch64-unknown-linux-gnu",
3316+
#Note: needs for some LLDB tests.
3317+
"LLVM_TARGET_TRIPLE" : "aarch64-unknown-linux-gnu",
33163318
"LLVM_INCLUDE_BENCHMARKS" : "OFF",
33173319
"LLVM_PARALLEL_LINK_JOBS" : 8,
33183320
"CLANG_DEFAULT_LINKER" : "lld",

0 commit comments

Comments
 (0)