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

Add -C target-feature to all functions #50188

Merged
merged 1 commit into from
Apr 29, 2018

Conversation

alexcrichton
Copy link
Member

Previously the features specified to LLVM via -C target-feature were only
reflected in the TargetMachine but this change also reflects these and the
base features inside each function itself. This change matches clang and...

Closes rust-lang/stdarch#427

@rust-highfive
Copy link
Collaborator

r? @pnkfelix

(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 Apr 23, 2018
@alexcrichton
Copy link
Member Author

r? @eddyb

@rust-highfive rust-highfive assigned eddyb and unassigned pnkfelix Apr 27, 2018
@eddyb
Copy link
Member

eddyb commented Apr 27, 2018

@bors r

@bors
Copy link
Contributor

bors commented Apr 27, 2018

📌 Commit 27f99d9 has been approved by eddyb

@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 Apr 27, 2018
@bors
Copy link
Contributor

bors commented Apr 28, 2018

⌛ Testing commit 27f99d9edc90eebd7b215e53a073ed92c8bc8031 with merge de50959da437473d1e530cf2e7ab4a394ff3b89a...

@bors
Copy link
Contributor

bors commented Apr 28, 2018

💔 Test failed - status-appveyor

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 28, 2018
Previously the features specified to LLVM via `-C target-feature` were only
reflected in the `TargetMachine` but this change *also* reflects these and the
base features inside each function itself. This change matches clang and...

Closes rust-lang/stdarch#427
@alexcrichton
Copy link
Member Author

@bors: r=eddyb

@bors
Copy link
Contributor

bors commented Apr 28, 2018

📌 Commit 6223711 has been approved by eddyb

@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 Apr 28, 2018
@bors
Copy link
Contributor

bors commented Apr 28, 2018

⌛ Testing commit 6223711 with merge f4c1f0c...

bors added a commit that referenced this pull request Apr 28, 2018
Add `-C target-feature` to all functions

Previously the features specified to LLVM via `-C target-feature` were only
reflected in the `TargetMachine` but this change *also* reflects these and the
base features inside each function itself. This change matches clang and...

Closes rust-lang/stdarch#427
@bors
Copy link
Contributor

bors commented Apr 29, 2018

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

@bors bors merged commit 6223711 into rust-lang:master Apr 29, 2018
@alexcrichton alexcrichton deleted the feature-all-the-things branch April 29, 2018 02:27
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.

5 participants