linker: Never pass -no-pie to non-gnu linkers#73384
Merged
bors merged 1 commit intorust-lang:masterfrom Jun 18, 2020
Merged
Conversation
Contributor
|
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
Contributor
|
Why does this need beta backporting ? Isn’t #73370 a nightly regression? Am I missing something? |
Member
|
@LeSeulArtichaut The change that was blamed (#71769) was merged before the current beta branched, so we should expect that beta is affected too. |
Member
|
@bors r+ |
Collaborator
|
📌 Commit e8cf572 has been approved by |
Member
|
This one is beta nominated to bumping the priority ... @bors p=1 |
Collaborator
Collaborator
|
☀️ Test successful - checks-azure |
Contributor
|
Discussed at T-compiler meeting; beta backport approved. |
Merged
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 27, 2020
…ulacrum [beta] backports This PR backports the following: * Make novel structural match violations not a `bug` rust-lang#73446 * linker: Never pass `-no-pie` to non-gnu linkers rust-lang#73384 * Disable the `SimplifyArmIdentity` pass rust-lang#73262 * Allow inference regions when relating consts rust-lang#73225 * Fix link error with #[thread_local] introduced by rust-lang#71192 rust-lang#73065 * Ensure stack when building MIR for matches rust-lang#72941 * Don't create impl candidates when obligation contains errors rust-lang#73005 r? @ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #73370