We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bd8ee commit 9c477c9Copy full SHA for 9c477c9
Makefile
@@ -31,11 +31,8 @@ build/llvm.BUILT:
31
$(LLVM_PROJ_DIR)/llvm
32
ninja -v -C build/llvm \
33
install-clang \
34
- install-libclang \
35
- install-libclang-headers \
36
install-clang-format \
37
install-clang-tidy \
38
- install-clangQuery \
39
install-clang-apply-replacements \
40
install-lld \
41
install-llvm-ranlib \
@@ -50,8 +47,7 @@ build/llvm.BUILT:
50
47
install-strings \
51
48
install-objdump \
52
49
install-objcopy \
53
- install-c++filt \
54
- install-llvm-config
+ install-c++filt
55
touch build/llvm.BUILT
56
57
build/wasi-libc.BUILT: build/llvm.BUILT
0 commit comments