Skip to content

Commit 9c477c9

Browse files
committed
Don't install libclang* for now.
We can re-evaluate this when the need arrises.
1 parent a9bd8ee commit 9c477c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@ build/llvm.BUILT:
3131
$(LLVM_PROJ_DIR)/llvm
3232
ninja -v -C build/llvm \
3333
install-clang \
34-
install-libclang \
35-
install-libclang-headers \
3634
install-clang-format \
3735
install-clang-tidy \
38-
install-clangQuery \
3936
install-clang-apply-replacements \
4037
install-lld \
4138
install-llvm-ranlib \
@@ -50,8 +47,7 @@ build/llvm.BUILT:
5047
install-strings \
5148
install-objdump \
5249
install-objcopy \
53-
install-c++filt \
54-
install-llvm-config
50+
install-c++filt
5551
touch build/llvm.BUILT
5652

5753
build/wasi-libc.BUILT: build/llvm.BUILT

0 commit comments

Comments
 (0)