added flang to automatic project selection
based on #159, this will enable flang for beta testers
This commit is contained in:
parent
e1a8db6108
commit
b8dcbcb273
2 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,9 @@ dependencies:
|
|||
# Same for libcxx, libc and other projects that don't have 'llvm'
|
||||
# as a dependency.
|
||||
compiler-rt: []
|
||||
flang:
|
||||
- llvm
|
||||
- mlir
|
||||
libc: []
|
||||
# FIXME: not sure about 'libcxx' and 'libcxxabi'
|
||||
libcxx: []
|
||||
|
@ -47,6 +50,7 @@ allprojects:
|
|||
- clang-tools-extra
|
||||
- compiler-rt
|
||||
- debuginfo-tests
|
||||
- flang
|
||||
- libc
|
||||
- libclc
|
||||
- libcxx
|
||||
|
|
|
@ -33,4 +33,4 @@ arguments:
|
|||
# enabled
|
||||
default_projects:
|
||||
windows: 'clang;clang-tools-extra;libcxx;libc;lld;mlir;libcxxabi'
|
||||
linux: 'clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir'
|
||||
linux: 'clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;flang'
|
||||
|
|
Loading…
Reference in a new issue