Skip to content

Add sign-ext target feature to the WASM target - #99643

Merged
bors merged 1 commit into
rust-lang:masterfrom
daxpedda:sign-ext-wasm
Jul 25, 2022
Merged

Add sign-ext target feature to the WASM target#99643
bors merged 1 commit into
rust-lang:masterfrom
daxpedda:sign-ext-wasm

Conversation

@daxpedda

Copy link
Copy Markdown
Contributor

Some target features are still missing from that list.
See #97808 for basically the same PR by @alexcrichton.

Related issue: #96472.
PR introducing this issue: #87402.

@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jul 23, 2022
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @oli-obk

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 23, 2022
@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jul 24, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit a5de4ee has been approved by oli-obk

It is now in the queue for this repository.

@borsbors 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 Jul 24, 2022
@JohnTitorJohnTitor mentioned this pull request Jul 25, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
Rollup of 7 pull requests
Successful merges:
- rust-lang#95040 (protect `std::io::Take::limit` from overflow in `read`)
- rust-lang#95916 (kmc-solid: Use `libc::abort` to abort a program)
- rust-lang#99494 (Use non-relocatable code in nofile-limit.rs test)
- rust-lang#99581 (Improve error messages involving `derive` and `packed`.)
- rust-lang#99643 (Add `sign-ext` target feature to the WASM target)
- rust-lang#99659 (Use `VecMap::get` in `ConstraintLocator::check`)
- rust-lang#99690 (add miri-track-caller to more intrinsic-exposing methods)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit f4c2527 into rust-lang:masterJul 25, 2022
@rustbotrustbot added this to the 1.64.0 milestone Jul 25, 2022
Manishearth added a commit to Manishearth/rust that referenced this pull request Nov 2, 2022
Add `multivalue` target feature to WASM target
This PR is similar to rust-lang#99643 and rust-lang#97808. It addresses rust-lang#96472 for the `multivalue` target feature.
The problem I am trying to fix is to remove the following warning when compiling with `-C target-feature=+multivalue` for `--target=wasm32-unknown-unknown`.
```
warning: unknown feature specified for `-Ctarget-feature`: `multivalue`
|
= note: it is still passed through to the codegen backend
= note: consider filing a feature request
```
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant 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.

5 participants

@daxpedda@rust-highfive@oli-obk@bors@rustbot