-
Notifications
You must be signed in to change notification settings - Fork 190
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
Update to LLVM 19 #474
Update to LLVM 19 #474
Conversation
This commit updates the LLVM submodule to the `release/19.x` branch from the previous 18.1.2 version
This currently updates to |
I guess you're seeing something like |
Does this look like an linker bug, or is that symbol actually missing? |
most of symbols seem to be the latter. (wasi-libc bug) but some of them seems like a linker bug because they are expected to be provided by linker. |
WebAssembly/wasi-libc#526 is a much better solution than simply adding |
These aren't needed anyway and fix a build issue discovered in WebAssembly#474. Additionally a typo was fixed here too.
I moved the relevant bits here to #476 and the removal of |
These aren't needed anyway and fix a build issue discovered in WebAssembly#474. Additionally a typo was fixed here too.
These aren't needed anyway and fix a build issue discovered in #474. Additionally a typo was fixed here too.
This commit updates the LLVM submodule to the
release/19.x
branch from the previous 18.1.2 version