rust/compiler/rustc_codegen_ssa/src/back
Michael Howell 3cecc78694
Rollup merge of #102426 - sunfishcode:sunfishcode/no-wasm-init-memory, r=nagisa
Don't export `__wasm_init_memory` on WebAssembly.

Since #72889, the Rust wasm target doesn't use --passive-segments, so remove the `--export=__wasm_init_memory`.

As documented in the [tool-conventions Linking convention], `__wasm_init_memory` is not intended to be exported.

[tool-conventions Linking convention]: 7c064f3048/Linking.md (shared-memory-and-passive-segments)
2022-09-29 10:15:18 -07:00
..
rpath Remove LibSource 2021-07-05 10:49:07 +02:00
archive.rs change rlib format to discern native dependencies 2022-09-12 16:45:03 +03:00
command.rs Reduce usage of Symbol in the linker code 2022-06-28 18:38:36 +00:00
link.rs Update rustc's information on Android's sanitizers 2022-09-20 14:16:57 -07:00
linker.rs Rollup merge of #102426 - sunfishcode:sunfishcode/no-wasm-init-memory, r=nagisa 2022-09-29 10:15:18 -07:00
lto.rs Merge new_metadata into codegen_allocator 2022-04-30 21:20:08 +02:00
metadata.rs linker: Update some outdated comments 2022-07-31 22:09:41 +03:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs pass -Wl,-z,origin to set DF_ORIGIN when using rpath 2021-12-17 11:27:14 +00:00
symbol_export.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00
write.rs Remove -Znew-llvm-pass-manager 2022-09-18 13:26:03 -07:00