-
Notifications
You must be signed in to change notification settings - Fork 69
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
LLVM 9 crashes when linking in debug mode #176
Comments
Tested on Debian Linux with lld-9. |
I have successfully bisected the issue and submitted a patch upstream: https://reviews.llvm.org/D68352 |
The patch has now landed llvm/llvm-project@c3c5e0f |
Thanks! We should still wait until LLVM 9.0.1 is released (and tested) before closing this issue. |
LLVM 9.0.1 was released ~two weeks ago, but it doesn't include the patch, lld still crashes. LLVM 10 is supposed to get released on February 26th. |
Appears to be properly upstreamed. Untested on 10, tested on 11 working with |
It's fixed in LLVM 10 and up. For people still running an OS that ships with LLVM 9 I recommend using the nxdk Docker image. |
It is currently known to affect macOS and Linux, but it probably also affects other platfoms.
To avoid running into this issue in our CI, #173 disabled debug builds for our sample code.
The text was updated successfully, but these errors were encountered: