about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2022-11-01 20:00:39 -0400
committerGitHub <noreply@github.com>2022-11-01 20:00:39 -0400
commit2cfab1f643d590a13b0f2cdbeed4eeecfec1ced8 (patch)
tree5b9390a7cc34a9b5514083aba7138449c570f026 /compiler/rustc_codegen_llvm/src
parent65d63caf8def85acce09c92efbdd4b36658e7439 (diff)
parentdad28ad6d545faa099c96b1ef5e6ac89d27a4831 (diff)
downloadrust-2cfab1f643d590a13b0f2cdbeed4eeecfec1ced8.tar.gz
rust-2cfab1f643d590a13b0f2cdbeed4eeecfec1ced8.zip
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
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions