add lldb as dependency for libcxx
This commit is contained in:
parent
bc3ce2d8cf
commit
3e0fec2beb
1 changed files with 2 additions and 1 deletions
|
@ -25,11 +25,12 @@ dependencies:
|
|||
libc:
|
||||
- clang
|
||||
- clang-tools-extra
|
||||
# FIXME: not sure about 'libcxx' and 'libcxxabi'
|
||||
libcxx:
|
||||
- clang
|
||||
- lldb
|
||||
libcxxabi:
|
||||
- clang
|
||||
- lldb
|
||||
libclc: []
|
||||
lld:
|
||||
- llvm
|
||||
|
|
Loading…
Reference in a new issue