Skip to content

Commit 9a57b2d

Browse files
committed
Re-enable llvm-config (but not install-llvm-config), as it's used in the build.
1 parent 9c477c9 commit 9a57b2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ build/llvm.BUILT:
4747
install-strings \
4848
install-objdump \
4949
install-objcopy \
50-
install-c++filt
50+
install-c++filt \
51+
llvm-config
5152
touch build/llvm.BUILT
5253

5354
build/wasi-libc.BUILT: build/llvm.BUILT

0 commit comments

Comments
 (0)