rust/compiler/rustc_codegen_ssa/src
Dylan DPC 95266530d5
Rollup merge of #97808 - alexcrichton:wasm-features, r=petrochenkov
Add some unstable target features for the wasm target codegen

I was experimenting with cross-language LTO for the wasm target recently
between Rust and C and found that C was injecting the `+mutable-globals`
flag on all functions. When specifying the corresponding
`-Ctarget-feature=+mutable-globals` feature to Rust it prints a warning
about an unknown feature. I've added the `mutable-globals` feature plus
another few I know of to the list of known features for wasm targets.
These features all continue to be unstable to source code as they were
before.
2022-06-07 11:41:09 +02:00
..
back Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa 2022-06-07 11:41:06 +02:00
coverageinfo
debuginfo
mir comment 2022-06-02 11:12:12 -04:00
traits Merge new_metadata into codegen_allocator 2022-04-30 21:20:08 +02:00
base.rs Rollup merge of #97738 - Kixiron:zst-panic, r=eddyb 2022-06-07 11:41:08 +02:00
common.rs rustc_codegen_ssa: derive copy and clone for various enums 2022-05-25 10:34:35 +02:00
glue.rs
lib.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
meth.rs
mono_item.rs
target_features.rs Add some unstable target features for the wasm target codegen 2022-06-06 15:01:17 -07:00