-
Notifications
You must be signed in to change notification settings - Fork 13.3k
'Undefined reference' errors when building rustc with incremental compilation #85309
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
The post https://lists.llvm.org/pipermail/llvm-bugs/2016-November/052080.html looks very similar - we're compiling with ThinLTO, and the pre-LTO bitcode for the affected module contains a
However, the reproduction instructions in that post don't trigger a crash for me - it compiles successfully. Additionally, the issue in that thread was deterministic (without any caching involved), while this issue happens intermittently. |
The LLVM bug is https://bugs.llvm.org/show_bug.cgi?id=31052, and was apparently fixed in https://reviews.llvm.org/D26880 (llvm/llvm-project@185b4ab). |
Just got this error while linking
|
I've been getting the following errors (seemingly at random) while building rustc:
The text was updated successfully, but these errors were encountered: