Skip to content
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

rustc: Ensure closures are "split-stack" #13628

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

In upgrading LLVM, only rust functions had the "split-stack" attribute added.
This commit changes the addition of LLVM's "split-stack" attribute to always
occur and then we remove it sometimes if the "no_split_stack" rust attribute is
present.

Closes #13625

In upgrading LLVM, only rust functions had the "split-stack" attribute added.
This commit changes the addition of LLVM's "split-stack" attribute to *always*
occur and then we remove it sometimes if the "no_split_stack" rust attribute is
present.

Closes rust-lang#13625
bors added a commit that referenced this pull request Apr 19, 2014
In upgrading LLVM, only rust functions had the "split-stack" attribute added.
This commit changes the addition of LLVM's "split-stack" attribute to *always*
occur and then we remove it sometimes if the "no_split_stack" rust attribute is
present.

Closes #13625
@bors bors closed this Apr 19, 2014
@alexcrichton alexcrichton deleted the issue-13625 branch April 21, 2014 16:41
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 7, 2024
…rednet

Do not use `gen` as a variable name

`gen` will be a reserved word in Rust 2024.

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undefined reference to `__morestack' when compiling with -O
3 participants