[PATCH] D56181: [CMake][Fuchsia] Include check-lld in the list of bootstrap targets

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 1 21:15:41 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rC350202: [CMake][Fuchsia] Include check-lld in the list of bootstrap targets (authored by phosek, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56181?vs=179786&id=179817#toc

Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56181/new/

https://reviews.llvm.org/D56181

Files:
  cmake/caches/Fuchsia.cmake


Index: cmake/caches/Fuchsia.cmake
===================================================================
--- cmake/caches/Fuchsia.cmake
+++ cmake/caches/Fuchsia.cmake
@@ -82,14 +82,17 @@
   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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56181.179817.patch
Type: text/x-patch
Size: 527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190102/9cb53ee9/attachment.bin>


More information about the cfe-commits mailing list