-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade to llvm 9 #101
Comments
sbc100
added a commit
that referenced
this issue
Feb 20, 2020
This change was mostly generated by changing the upstream llvm branch to 9.x and running: $ git submodule update --remote As well as switching the llvm 9 this change also bring in the following wasi-libc changes: 5933c20 fix macos filename, use https 7c39519 CI: upgrade to llvm 9.0.0 9ca5187 remove no-self-update workaround for windows azure 9580a25 deprecate azure pipelines CI, build libc on GH Actions 2c2fc9a Don't call `free` on paths which are about to call `_Exit`. (#161) c6f2c05 gen-headers: Generate assertions of layout from witx (#149) 37c663f Correct minor typo in c_headers.rs (#166) 12f5832 Convert more wasi-libc code to `//`-style comments. (#153) ec86d4d Improvements to wasi-headers tool (#160) 1fad338 Fix environment variable init to exit successfully. (#159) a280fea Move math source files. (#151) dd010be Avoid using cast expressions in WASI API constants. (#148) Fixes: #101
Merged
Oh wait .. you did this a long time ago in 9ecef68 |
pchickey
pushed a commit
that referenced
this issue
Feb 21, 2020
This change was mostly generated by changing the upstream llvm branch to 9.x and running: $ git submodule update --remote As well as switching the llvm 9 this change also bring in the following wasi-libc changes: 5933c20 fix macos filename, use https 7c39519 CI: upgrade to llvm 9.0.0 9ca5187 remove no-self-update workaround for windows azure 9580a25 deprecate azure pipelines CI, build libc on GH Actions 2c2fc9a Don't call `free` on paths which are about to call `_Exit`. (#161) c6f2c05 gen-headers: Generate assertions of layout from witx (#149) 37c663f Correct minor typo in c_headers.rs (#166) 12f5832 Convert more wasi-libc code to `//`-style comments. (#153) ec86d4d Improvements to wasi-headers tool (#160) 1fad338 Fix environment variable init to exit successfully. (#159) a280fea Move math source files. (#151) dd010be Avoid using cast expressions in WASI API constants. (#148) Fixes: #101
kildom
pushed a commit
to kildom/clang-wasi-port
that referenced
this issue
Jul 14, 2021
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
llvm 9 is stable, and wasi-libc is now updated to build and test against it: WebAssembly/wasi-libc#169
Should probably make a release of the sdk baed on llvm 9 to keep on top of things. I think it would be nice to do it in isolation from any major wasi API or wasi-libc update.
The text was updated successfully, but these errors were encountered: