-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Unoptimized code too big for 32-bit linker #7206
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
cc @graydon I think we'll have to disable the 32-bit no-opt bots for now. |
Maybe this will be resolved after a snapshot. |
Seems resolved to me; auto-mac-32-nopt seems to be enabled. |
@catamorphism: I don't think the 64-bit one is enabled but not 32-nopt: http://buildbot.rust-lang.org/builders |
Both of the Mac 32-nopt builders seem to be enabled now: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t Closing. |
…teffen Fix FPs about generic args Fix 2 false positives in [`use_self`] and [`useless_conversion`] lints, by taking into account generic args and comparing them. Fixes: rust-lang#7205 Fixes: rust-lang#7206 changelog: Fix FPs about generic args in [`use_self`] and [`useless_conversion`] lints
So the
auto-mac-32-nopt
build slave failed trying to link librustc.dylib. The error beingLLVM ERROR: Section too large, can't encode r_address (0x10007fc) into 24 bits of scattered relocation entry.
which I interpret as being too big for the linker to handle.The text was updated successfully, but these errors were encountered: