[PATCH] D43404: [Fuchsia] Include libClang and clang-include-fixer in the toolchain

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 16 12:28:41 PST 2018


phosek created this revision.
phosek added reviewers: mcgrathr, jakehehrlich.
Herald added subscribers: cfe-commits, mgorny.

libClang is used by other Clang based tools such as cquery while
clang-include-fixer is generally a useful tool.


Repository:
  rC Clang

https://reviews.llvm.org/D43404

Files:
  clang/cmake/caches/Fuchsia-stage2.cmake


Index: clang/cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- clang/cmake/caches/Fuchsia-stage2.cmake
+++ clang/cmake/caches/Fuchsia-stage2.cmake
@@ -79,10 +79,12 @@
 
 set(LLVM_DISTRIBUTION_COMPONENTS
   clang
+  libclang
   lld
   LTO
   clang-format
   clang-headers
+  clang-include-fixer
   clang-refactor
   clang-tidy
   clangd


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43404.134687.patch
Type: text/x-patch
Size: 392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180216/3105adfe/attachment.bin>


More information about the cfe-commits mailing list