[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
Tue Feb 20 20:43:08 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rC325665: [Fuchsia] Include libClang and clang-include-fixer in the toolchain (authored by phosek, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D43404?vs=134687&id=135195#toc
Repository:
rC Clang
https://reviews.llvm.org/D43404
Files:
cmake/caches/Fuchsia-stage2.cmake
Index: cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- cmake/caches/Fuchsia-stage2.cmake
+++ 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.135195.patch
Type: text/x-patch
Size: 374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180221/721c14a5/attachment-0001.bin>
More information about the cfe-commits
mailing list