summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2019-01-02 05:11:57 +0000
committerPetr Hosek <phosek@chromium.org>2019-01-02 05:11:57 +0000
commitebdcbe69deb63001169cdedab652f4e7c01c02cf (patch)
treef565a07e7ec79cf383c8344ade9b7c5f8eef6158 /cmake
parent6cda55ec841c34fa8c4490d8e8a3f013f7779e16 (diff)
downloadclang-ebdcbe69deb63001169cdedab652f4e7c01c02cf.tar.gz
[CMake][Fuchsia] Include check-lld in the list of bootstrap targets
This allows running lld tests when doing 2-stage toolchain build. Differential Revision: https://reviews.llvm.org/D56181 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@350202 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/caches/Fuchsia.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/caches/Fuchsia.cmake b/cmake/caches/Fuchsia.cmake
index e711f501a7..cc3baa294d 100644
--- a/cmake/caches/Fuchsia.cmake
+++ b/cmake/caches/Fuchsia.cmake
@@ -82,14 +82,17 @@ set(CLANG_BOOTSTRAP_TARGETS
check-all
check-llvm
check-clang
+ check-lld
llvm-config
test-suite
test-depends
llvm-test-depends
clang-test-depends
+ lld-test-depends
distribution
install-distribution
install-distribution-stripped
+ install-distribution-toolchain
clang CACHE STRING "")
get_cmake_property(variableNames VARIABLES)