-
Notifications
You must be signed in to change notification settings - Fork 59
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
Compilation Error on Debug Builds #168
Comments
cc/ @alexcrichton |
This looks like an LLVM issue, which is a bit more clear to identify if LLVM with assertions enabled is used --
I'll work on minimizing this and submitting a bug to upstream LLVM |
This may have been fixed by https://bugs.llvm.org/show_bug.cgi?id=36564 which we haven't cherry-picked yet, testing now |
Ok confirmed to be fix by that, I'll go do the backport now. |
This pulls in a fix for https://bugs.llvm.org/show_bug.cgi?id=36564 which has already landed in upstream LLVM and should... Closes rust-lang-nursery/rust-wasm#168
Pull in a wasm fix from LLVM upstream This pulls in a fix for https://bugs.llvm.org/show_bug.cgi?id=36564 which has already landed in upstream LLVM and should... Closes rust-lang-nursery/rust-wasm#168
Pull in a wasm fix from LLVM upstream This pulls in a fix for https://bugs.llvm.org/show_bug.cgi?id=36564 which has already landed in upstream LLVM and should... Closes rust-lang-nursery/rust-wasm#168
Confirmed fixed on nightly! |
Thank you guys :D |
I'm still getting compilation errors when compiling in debug mode with the latest nightly:
This happens consistently on multiple PCs. Release Builds work just fine.
To reproduce build the livesplit-core crate with
cargo build -p cdylib --target wasm32-unknown-unknown
The text was updated successfully, but these errors were encountered: