added missing dependency
This commit is contained in:
parent
2264ff6c41
commit
514a87aa4f
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ dependencies:
|
||||||
# it means we can miss breakages in configuration changes.
|
# it means we can miss breakages in configuration changes.
|
||||||
# Same for libcxx, libc and other projects that don't have 'llvm'
|
# Same for libcxx, libc and other projects that don't have 'llvm'
|
||||||
# as a dependency.
|
# as a dependency.
|
||||||
compiler-rt: []
|
compiler-rt:
|
||||||
|
- clang
|
||||||
flang:
|
flang:
|
||||||
- llvm
|
- llvm
|
||||||
- mlir
|
- mlir
|
||||||
|
|
Loading…
Add table
Reference in a new issue