1
0
Fork 0

added flang to automatic project selection

based on #159, this will enable flang for beta testers
This commit is contained in:
Christian Kühnel 2020-04-15 17:59:02 +02:00
parent e1a8db6108
commit b8dcbcb273
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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'