-
Notifications
You must be signed in to change notification settings - Fork 99
12.0.0-beta version please #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't think keeping LLVMSharp up to date with top-of-tree will be sustainable. The managed bindings, native bindings, and any helper libraries all need to match very exactly otherwise various ABI issues tend to crop up causing sporadic failures or hard to diagnose issues. Trying to keep up to date with the previews, if any, might be somewhat possible, but LLVM tends to only tag/preview release candidates. |
Ok, understand. When I start asking questions to the emscripten people, one of the things they ask is "did you build your LLVM with the same version that emscripten uses", so keeping LLVMSharp as close as possible helps to alleviate that problem. |
I would be happy to take contributions that make it easier to build/use LLVMSharp locally against a specific build of LLVM. |
Hi, emscripten runs top-of-tree llvm which is now llvm 12. Can we have a corresponding llvmsharp nuget please?
The text was updated successfully, but these errors were encountered: