Manish Goregaokar
2cfab1f643
Rollup merge of #103638 - ia0:multivalue, r=nagisa
...
Add `multivalue` target feature to WASM target
This PR is similar to #99643 and #97808 . It addresses #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
```
2022-11-01 20:00:39 -04:00
..
2022-10-26 19:19:44 +00:00
2022-11-01 20:00:38 -04:00
2022-10-26 17:32:53 +05:30
2022-10-10 02:31:37 +00:00
2022-10-23 10:09:44 +02:00
2022-11-01 20:00:38 -04:00
2022-10-31 16:32:57 +00:00
2022-10-31 16:32:57 +00:00
2022-10-31 16:32:57 +00:00
2022-10-31 16:32:57 +00:00
2022-11-01 20:00:39 -04:00
2022-11-01 14:12:26 +05:30
2022-10-27 13:23:26 +00:00
2022-11-01 21:09:45 +00:00
2022-10-31 00:41:12 -04:00
2022-11-01 14:12:25 +05:30
2022-11-01 21:09:45 +00:00
2022-11-01 21:09:45 +00:00
2022-10-31 16:32:57 +00:00
2022-11-01 14:12:25 +05:30
2022-11-01 20:00:38 -04:00
2022-10-15 23:34:21 +09:00
2022-11-01 20:00:38 -04:00
2022-10-29 20:28:38 +11:00
2022-11-01 20:00:38 -04:00
2022-11-01 21:09:45 +00:00
2022-10-26 23:32:14 +02:00
2022-11-01 20:00:38 -04:00
2022-10-24 13:40:07 -05:00
2022-10-25 15:03:21 -07:00
2022-11-01 20:00:38 -04:00
2022-11-01 21:09:45 +00:00
2022-11-01 14:12:25 +05:30
2022-11-01 14:12:25 +05:30
2022-10-23 10:09:44 +02:00
2022-10-31 14:10:37 +03:00
2022-11-01 21:09:45 +00:00
2022-11-01 20:00:38 -04:00
2022-11-01 20:00:38 -04:00
2022-10-23 10:09:44 +02:00
2022-10-29 20:28:38 +11:00
2022-10-27 13:23:26 +00:00
2022-10-23 10:09:44 +02:00
2022-11-01 22:01:36 +05:30
2022-10-29 20:28:38 +11:00
2022-11-01 21:09:45 +00:00
2022-10-30 19:31:36 -07:00
2022-10-29 20:28:38 +11:00
2022-10-30 19:31:38 -07:00
2022-11-01 21:09:45 +00:00
2022-10-27 15:43:37 +00:00
2022-10-30 06:21:27 +08:00
2022-10-29 14:18:03 +02:00
2022-10-19 17:11:40 +00:00