rust/compiler/rustc_codegen_ssa
Nikita Popov 79d5309604 Explicitly set no ELF flags for .rustc section
For a data section, the object crate will set the SHF_ALLOC by
default, which is exactly what we don't want. Explicitly set
sh_flags to zero to avoid this.
2021-12-18 18:44:03 +01:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.