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'
|
# Same for libcxx, libc and other projects that don't have 'llvm'
|
||||||
# as a dependency.
|
# as a dependency.
|
||||||
compiler-rt: []
|
compiler-rt: []
|
||||||
|
flang:
|
||||||
|
- llvm
|
||||||
|
- mlir
|
||||||
libc: []
|
libc: []
|
||||||
# FIXME: not sure about 'libcxx' and 'libcxxabi'
|
# FIXME: not sure about 'libcxx' and 'libcxxabi'
|
||||||
libcxx: []
|
libcxx: []
|
||||||
|
@ -47,6 +50,7 @@ allprojects:
|
||||||
- clang-tools-extra
|
- clang-tools-extra
|
||||||
- compiler-rt
|
- compiler-rt
|
||||||
- debuginfo-tests
|
- debuginfo-tests
|
||||||
|
- flang
|
||||||
- libc
|
- libc
|
||||||
- libclc
|
- libclc
|
||||||
- libcxx
|
- libcxx
|
||||||
|
|
|
@ -33,4 +33,4 @@ arguments:
|
||||||
# enabled
|
# enabled
|
||||||
default_projects:
|
default_projects:
|
||||||
windows: 'clang;clang-tools-extra;libcxx;libc;lld;mlir;libcxxabi'
|
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