-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Build is broken when optimization is turned off #836
Comments
Bisecting. |
117d21d is the commit that broke it. |
Taking this; I believe I have an LLVM fix for it. |
ghost
assigned pcwalton
Aug 18, 2011
LLVM patch:
|
pcwalton
added a commit
that referenced
this issue
Aug 19, 2011
Fix has been sent to espindola; leaving this open until it's upstreamed, but this isn't breaking the build any longer. |
This seems to have landed (I removed the patch when updating LLVM this week, and I can still build without optimize) |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
Move RFC 601 to the correct directory.
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Add constants for memfd_create syscall
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
Fixes rust-lang#836 Benchmark #1: simple-raytracer/raytracer_cg_clif Time (mean ± σ): 9.250 s ± 0.056 s [User: 9.213 s, System: 0.015 s] Range (min … max): 9.151 s … 9.348 s 20 runs Benchmark #2: simple-raytracer/raytracer_cg_clif_cold_separated Time (mean ± σ): 9.179 s ± 0.101 s [User: 9.141 s, System: 0.016 s] Range (min … max): 9.070 s … 9.473 s 20 runs Summary 'simple-raytracer/raytracer_cg_clif_cold_separated' ran 1.01 ± 0.01 times faster than 'simple-raytracer/raytracer_cg_clif'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While building stage1/lib/libstd.so:
The text was updated successfully, but these errors were encountered: