-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Error building rust with -g #20798
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
Comments
Seems to be something related to the recent LLVM updates. It's on my radar. |
Update: It's likely that this particular assertion failure has been resolved by the recent LLVM update. However, I'm hitting a new error now, which seems to be a regression of #17201. I'm looking into it right now. |
👏 Alright! 👍 |
🎊 |
(I was running
RUSTFLAGS="-g" CFG_RUSTC_FLAGS="-g" make -j4
, since I forgot which flag works)I get the same error even after a make clean.
The text was updated successfully, but these errors were encountered: