rust/compiler/rustc_codegen_ssa/src
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
..
back Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
coverageinfo Remove in_band_lifetimes from rustc_codegen_ssa 2021-12-15 00:41:41 -05:00
debuginfo Remove byte swap of valtree hash on big endian 2022-10-19 14:55:33 +08:00
mir Use br instead of switch in more cases. 2022-10-31 10:16:39 +11:00
traits Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
base.rs Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
common.rs Simplify cast_shift_expr_rhs. 2022-10-25 14:39:20 +11:00
errors.rs Introduce dedicated -Zdylib-lto flag for enabling LTO on dylibs 2022-10-23 13:48:03 +02:00
glue.rs use unchecked mul to compute slice sizes 2022-06-14 17:09:07 -04:00
lib.rs ADD - initial port of link.rs 2022-10-07 10:03:45 -04:00
meth.rs Call destructors when dyn* object goes out of scope 2022-09-12 16:55:57 -07:00
mono_item.rs Add codegen for global_asm! sym operands 2022-04-15 14:36:30 +01:00
target_features.rs Add multivalue target feature to WASM target 2022-10-27 18:08:30 +02:00