From 989a5ec7a90d5881e7f9ee22632a8cd415e523d4 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 1 Oct 2019 16:37:05 -0700 Subject: [PATCH] makefile: change name of clang-8 executable to clang-9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5550ca9..dbb8579 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ build/config.BUILT: build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxxabi.BUILT build/libcxx.BUILT build/config.BUILT strip: build/llvm.BUILT - cd $(PREFIX)/bin; strip clang-8 llc lld llvm-ar + cd $(PREFIX)/bin; strip clang-9 llc lld llvm-ar package: build/package.BUILT