File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
buildbot/osuosl/master/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 197197 'libunwind' ,
198198 'libcxx' ,
199199 'libcxxabi' ,
200- 'lld' ,
200+ 'lld' ,
201201 ],
202202 vs = "autodetect" ,
203203 clean = True ,
248248 'libunwind' ,
249249 'libcxx' ,
250250 'libcxxabi' ,
251- 'lld' ,
251+ 'lld' ,
252252 ],
253253 vs = "autodetect" ,
254254 clean = True ,
33923392
33933393all += [
33943394 # LLDB remote-linux builders.
3395-
3395+
33963396 # LLDB remote-linux on Ubuntu Linux host.
33973397 # The first stage uses pre-installed latest released Clang (see apt.llvm.org for details).
33983398 # The second stage uses pre-built cross Aarch64 Clang toolchain from the latest release branch
35213521 env = lldb_remote_linux_env .copy (),
35223522 )
35233523 },
3524-
3524+
35253525 # LLDB remote-linux on Windows host.
35263526 # The first stage builds the latest cross Aarch64 toolchain.
35273527 # The second stage uses just-built cross Aarch64 Clang toolchain
You can’t perform that action at this time.
0 commit comments