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

Merge LLVM fix for undefined bss globals #48908

Merged
merged 1 commit into from
Mar 11, 2018

Conversation

varkor
Copy link
Member

@varkor varkor commented Mar 10, 2018

This fixes #41315.

r? @japaric

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Mar 10, 2018

📌 Commit 108c566 has been approved by alexcrichton

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 10, 2018
@kennytm
Copy link
Member

kennytm commented Mar 11, 2018

@bors p=1

@bors
Copy link
Contributor

bors commented Mar 11, 2018

⌛ Testing commit 108c566 with merge cd6e30b...

bors added a commit that referenced this pull request Mar 11, 2018
Merge LLVM fix for undefined bss globals

This fixes #41315.

r? @japaric
@bors
Copy link
Contributor

bors commented Mar 11, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing cd6e30b to master...

@bors bors merged commit 108c566 into rust-lang:master Mar 11, 2018
@varkor varkor deleted the bss-undefined-globals branch March 11, 2018 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustc puts zero-initalized structs in .data instead of .bss if they contain padding
5 participants