Skip to content

Commit

Permalink
Don't try to strip llc (it was removed in 5ae9322) (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Oct 31, 2019
1 parent 1f5bf46 commit a944460
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 @@ -147,7 +147,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-9 llc lld llvm-ar
cd $(PREFIX)/bin; strip clang-9 lld llvm-ar

package: build/package.BUILT

Expand Down

0 comments on commit a944460

Please sign in to comment.