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
What are the plans for documenting this library? It's not easy to grok by just reading through the comments alone. Following something like this guide, it's hard for me to understand what the translation to these bindings would be. It would be great to have a quickstart tutorial that's a little more expansive than augustss's blog post, and maybe something that explains the new types that are introduced in the code.
The text was updated successfully, but these errors were encountered:
The high level bindings here aren't entirely appropriate for dynamic code generation such as demonstrated in the official LLVM tutorials. See my pull request for a direct interface to the C API, which permits that and maps much more closely to the official LLVM documentation and tutorials.
What are the plans for documenting this library? It's not easy to grok by just reading through the comments alone. Following something like this guide, it's hard for me to understand what the translation to these bindings would be. It would be great to have a quickstart tutorial that's a little more expansive than augustss's blog post, and maybe something that explains the new types that are introduced in the code.
The text was updated successfully, but these errors were encountered: