Skip to content

Commit 989a5ec

Browse files
Pat Hickeysunfishcode
authored andcommitted
makefile: change name of clang-8 executable to clang-9
1 parent 9ecef68 commit 989a5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ build/config.BUILT:
137137
build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxxabi.BUILT build/libcxx.BUILT build/config.BUILT
138138

139139
strip: build/llvm.BUILT
140-
cd $(PREFIX)/bin; strip clang-8 llc lld llvm-ar
140+
cd $(PREFIX)/bin; strip clang-9 llc lld llvm-ar
141141

142142
package: build/package.BUILT
143143

0 commit comments

Comments
 (0)