From 0d695cd1e8ff327ca6894e1dc08dcfdf26d22464 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 30 Oct 2019 14:47:07 -0700 Subject: [PATCH] Re-enable llvm-config (but not install-llvm-config), as it's used in the build. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e09f0f..7f420b9 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,8 @@ build/llvm.BUILT: install-strings \ install-objdump \ install-objcopy \ - install-c++filt + install-c++filt \ + llvm-config touch build/llvm.BUILT build/wasi-libc.BUILT: build/llvm.BUILT