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 197
197
'libunwind' ,
198
198
'libcxx' ,
199
199
'libcxxabi' ,
200
- 'lld' ,
200
+ 'lld' ,
201
201
],
202
202
vs = "autodetect" ,
203
203
clean = True ,
248
248
'libunwind' ,
249
249
'libcxx' ,
250
250
'libcxxabi' ,
251
- 'lld' ,
251
+ 'lld' ,
252
252
],
253
253
vs = "autodetect" ,
254
254
clean = True ,
3392
3392
3393
3393
all += [
3394
3394
# LLDB remote-linux builders.
3395
-
3395
+
3396
3396
# LLDB remote-linux on Ubuntu Linux host.
3397
3397
# The first stage uses pre-installed latest released Clang (see apt.llvm.org for details).
3398
3398
# The second stage uses pre-built cross Aarch64 Clang toolchain from the latest release branch
3521
3521
env = lldb_remote_linux_env .copy (),
3522
3522
)
3523
3523
},
3524
-
3524
+
3525
3525
# LLDB remote-linux on Windows host.
3526
3526
# The first stage builds the latest cross Aarch64 toolchain.
3527
3527
# The second stage uses just-built cross Aarch64 Clang toolchain
You can’t perform that action at this time.
0 commit comments