-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Building coreutils with LTO causes LLVM error #28066
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
I managed to "minimize this" which only uses the crates.io cc @nrc |
bors
added a commit
that referenced
this issue
Sep 21, 2015
This is useful for debugging LTO issues, #28066 for example.
Reduced this to <1 KiB LLVM IR and filed an LLVM bug at https://llvm.org/bugs/show_bug.cgi?id=24906 |
LLVM fix landed in r248387. |
Has LLVM been updated recently/is this fixed? |
This is not fixed but will be fixed by #30448. |
Confirmed fixed for alexcrichton's reduction. nightly-2016-01-28 is bad, nightly-2016-01-30 is good. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building coreutils with LTO:
causes the following error:
This error does not occur if you remove
ENABLE_LTO=y
.This is on OSX, Rust version is
rustc 1.4.0-nightly (63ba780fd 2015-08-23)
(coreutils only builds on nightly).The text was updated successfully, but these errors were encountered: