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:
|
libc:
|
||||||
- clang
|
- clang
|
||||||
- clang-tools-extra
|
- clang-tools-extra
|
||||||
# FIXME: not sure about 'libcxx' and 'libcxxabi'
|
|
||||||
libcxx:
|
libcxx:
|
||||||
- clang
|
- clang
|
||||||
|
- lldb
|
||||||
libcxxabi:
|
libcxxabi:
|
||||||
- clang
|
- clang
|
||||||
|
- lldb
|
||||||
libclc: []
|
libclc: []
|
||||||
lld:
|
lld:
|
||||||
- llvm
|
- llvm
|
||||||
|
|
Loading…
Reference in a new issue