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

What LLVM versions are supported? #104

Closed
zyedidia opened this issue Jul 27, 2023 · 2 comments
Closed

What LLVM versions are supported? #104

zyedidia opened this issue Jul 27, 2023 · 2 comments

Comments

@zyedidia
Copy link

Does aWsm support using an LLVM version other than 9? I tried building with LLVM 15, and managed to build the binary but it encounters an immediate segmentation fault when trying to build something. It looks like the crash happens inside LLVMGetElementType in libLLVM-15.so at src/codegen/function.rs:172.

@emil916
Copy link
Collaborator

emil916 commented Jul 27, 2023

Actually, it is specified in the installation script (install_deb), it should install smoothly with version 12. Unsure about any higher versions at this point, so cant comment on that.

@zyedidia
Copy link
Author

Thanks

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