-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Merge new LLVM patches #6367
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Comments
This was referenced May 9, 2013
Add a command line option for setting the size of fixed-size stack segments |
Testing these on my wip branch now. |
Also, with threadsafe-llvm being enabled soon, this patch should probably be included in the bunch. |
These are all included in #7115 |
Closed in #7115 |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Dec 20, 2020
Add lint print_stderr Resolves rust-lang#6348 Almost identical to print_stdout, this lint applies to the `eprintln!` and `eprint!` macros rather than `println!` and `print!`. changelog: Add new lint [`print_stderr`]. [`println_empty_string`] and [`print_with_newline`] now apply to `eprint!()` and `eprintln!()` respectively.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
We're starting to get a backlog
The text was updated successfully, but these errors were encountered: