Skip to content

Commit a87347b

Browse files
committed
Add libclang to toolchain
1 parent 482ead1 commit a87347b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-clang-with-args.sh

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ llvm_distribution_components="clang;"
101101
llvm_distribution_components+=";clang-format"
102102
llvm_distribution_components+=";clang-tidy"
103103
llvm_distribution_components+=";clang-resource-headers"
104+
llvm_distribution_components+=";libclang"
104105
llvm_distribution_components+=";lld"
105106
llvm_distribution_components+=";scan-build"
106107
llvm_distribution_components+=";scan-view"

0 commit comments

Comments
 (0)