Include `libclang.so` in wasi-sdk (#598)

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/600/head
Alex Crichton 2 months ago committed by GitHub
parent 3f0e04a053
commit 9713459bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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