Skip to content
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

12.0.0-beta version please #143

Closed
yowl opened this issue Aug 23, 2020 · 3 comments
Closed

12.0.0-beta version please #143

yowl opened this issue Aug 23, 2020 · 3 comments

Comments

@yowl
Copy link
Contributor

yowl commented Aug 23, 2020

Hi, emscripten runs top-of-tree llvm which is now llvm 12. Can we have a corresponding llvmsharp nuget please?

@tannergooding
Copy link
Member

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.

@yowl
Copy link
Contributor Author

yowl commented Aug 27, 2020

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.

@yowl yowl closed this as completed Aug 27, 2020
@tannergooding
Copy link
Member

I would be happy to take contributions that make it easier to build/use LLVMSharp locally against a specific build of LLVM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants