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

Any plan to support LLVM 13.x? #191

Closed
lum1n0us opened this issue Sep 15, 2021 · 4 comments
Closed

Any plan to support LLVM 13.x? #191

lum1n0us opened this issue Sep 15, 2021 · 4 comments

Comments

@lum1n0us
Copy link
Contributor

WAMR hopes a WASI-SDK including LLVM 13.x in order to support latest SIMD proposal, which has a lot of modified/new opcodes.

@sbc100
Copy link
Member

sbc100 commented Sep 15, 2021

In that past we have waited until a given llvm version is released before switch over (See #178 and #108). But we could at least upload a PR (and perhaps even a branch) that uses the the latest RC (llvmorg-13.0.0-rc3) to make sure it work and let folks try it out.

@sbc100
Copy link
Member

sbc100 commented Sep 15, 2021

Actually @sunfishcode has a PR that updates LLVM to something even less stable: #188. That sounds like it will do that trick for you.

@sbc100
Copy link
Member

sbc100 commented Sep 15, 2021

According to llvm.org llvm 13 will be released in just 1 week on September 21st so it might be good to land a change that updates to that release and cut a wask-sdk release based on that, before we land #188.

@lum1n0us
Copy link
Contributor Author

Thanks a lot. It is good news for us.

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