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

linker: Never pass -no-pie to non-gnu linkers #73384

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

petrochenkov
Copy link
Contributor

Fixes #73370

@rust-highfive
Copy link
Collaborator

r? @estebank

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 15, 2020
@petrochenkov petrochenkov added beta-nominated Nominated for backporting to the compiler in the beta channel. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jun 15, 2020
@LeSeulArtichaut
Copy link
Contributor

Why does this need beta backporting ? Isn’t #73370 a nightly regression? Am I missing something?

@cuviper
Copy link
Member

cuviper commented Jun 16, 2020

@LeSeulArtichaut The change that was blamed (#71769) was merged before the current beta branched, so we should expect that beta is affected too.

@cuviper
Copy link
Member

cuviper commented Jun 16, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Jun 16, 2020

📌 Commit e8cf572 has been approved by cuviper

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 16, 2020
@spastorino
Copy link
Member

This one is beta nominated to bumping the priority ...

@bors p=1

@bors
Copy link
Contributor

bors commented Jun 18, 2020

⌛ Testing commit e8cf572 with merge e55d3f9...

@bors
Copy link
Contributor

bors commented Jun 18, 2020

☀️ Test successful - checks-azure
Approved by: cuviper
Pushing e55d3f9 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jun 18, 2020
@bors bors merged commit e55d3f9 into rust-lang:master Jun 18, 2020
@pnkfelix
Copy link
Member

Discussed at T-compiler meeting; beta backport approved.

@pnkfelix pnkfelix added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Jun 18, 2020
@Mark-Simulacrum Mark-Simulacrum removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jun 26, 2020
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
@cuviper cuviper added this to the 1.46 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

linking error: unknown agrument -no-pie
9 participants