You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
How exactly do I need to provide libclang? Is it libclang.so or a binary named libclang? I've built LLVM on my system and provided both its libclang.so and the one in PATH, but I still can't get any more output than what's below. It seems like clangffi isn't using the libclang I'm providing.
How exactly do I need to provide libclang? Is it
libclang.so
or a binary namedlibclang
? I've built LLVM on my system and provided both itslibclang.so
and the one in PATH, but I still can't get any more output than what's below. It seems likeclangffi
isn't using the libclang I'm providing.The text was updated successfully, but these errors were encountered: