Skip to content

Commit a944460

Browse files
authored
Don't try to strip llc (it was removed in 5ae9322) (WebAssembly#76)
1 parent 1f5bf46 commit a944460

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
@@ -147,7 +147,7 @@ build/config.BUILT:
147147
build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxxabi.BUILT build/libcxx.BUILT build/config.BUILT
148148

149149
strip: build/llvm.BUILT
150-
cd $(PREFIX)/bin; strip clang-9 llc lld llvm-ar
150+
cd $(PREFIX)/bin; strip clang-9 lld llvm-ar
151151

152152
package: build/package.BUILT
153153

0 commit comments

Comments
 (0)