Include `libclang.so` in wasi-sdk

This includes a new library, `libclang.so`, which is Clang's public C
API. This is used by tooling such as Rust's `bindgen` library to
generate bindings and can be useful when bindings are generated using a
wasi-sdk distribution.
pull/598/head
Alex Crichton 3 weeks ago
parent b7d8add13b
commit 36b757f90e

@ -57,7 +57,8 @@ set(tools
objdump
objcopy
c++filt
llvm-config)
llvm-config
libclang)
# By default link LLVM dynamically to all the various tools. This greatly
# reduces the binary size of all the tools through a shared library rather than

Loading…
Cancel
Save