From 5ae93222482892bb2938ca5a4794abae8f3a5ca9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 29 Oct 2019 20:28:57 -0700 Subject: [PATCH] Install llvm-config and strings. Also remove redundant install-* rules. Also, don't install llc, since it isn't an end-user tool. --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 59075a3..ce22815 100644 --- a/Makefile +++ b/Makefile @@ -37,25 +37,20 @@ build/llvm.BUILT: install-clangQuery \ install-clang-apply-replacements \ install-lld \ - install-llc \ - install-llvm-ar \ install-llvm-ranlib \ install-llvm-strip \ install-llvm-dwarfdump \ $(if $(patsubst 8.%,,$(CLANG_VERSION)),install-clang-resource-headers,install-clang-headers) \ - install-llvm-nm \ - install-llvm-size \ - install-llvm-objdump \ - install-llvm-objcopy \ install-ar \ install-ranlib \ install-strip \ install-nm \ install-size \ + install-strings \ install-objdump \ install-objcopy \ install-c++filt \ - llvm-config + install-llvm-config touch build/llvm.BUILT build/wasi-libc.BUILT: build/llvm.BUILT