forked from OSchip/llvm-project
[Fuchsia] Add check-polly to CLANG_BOOTSTRAP_TARGETS
This is necessary so we can run Polly tests in 2 stage build. Differential Revision: https://reviews.llvm.org/D98572
This commit is contained in:
parent
59f213c162
commit
75cdeff43b
|
@ -116,15 +116,16 @@ endif()
|
|||
|
||||
set(CLANG_BOOTSTRAP_TARGETS
|
||||
check-all
|
||||
check-llvm
|
||||
check-clang
|
||||
check-lld
|
||||
check-llvm
|
||||
check-polly
|
||||
llvm-config
|
||||
test-suite
|
||||
test-depends
|
||||
llvm-test-depends
|
||||
clang-test-depends
|
||||
lld-test-depends
|
||||
llvm-test-depends
|
||||
test-suite
|
||||
test-depends
|
||||
distribution
|
||||
install-distribution
|
||||
install-distribution-stripped
|
||||
|
|
Loading…
Reference in New Issue