Skip to content

Commit

Permalink
makefile: change name of clang-8 executable to clang-9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Hickey authored and sunfishcode committed Oct 2, 2019
1 parent 9ecef68 commit 989a5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 989a5ec

Please sign in to comment.