about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-12-19 17:38:35 +0100
committerGitHub <noreply@github.com>2021-12-19 17:38:35 +0100
commit9415c67ae55d6da8640303776e96b68b79c3a0d0 (patch)
tree6186457f6f9a872bdd22a7e8ec56288a7aef36a1 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parentfba0d04d306462b25f7768b39756e7f82fc92318 (diff)
parent79d53096041c05db5f54a0fdf0b0dae4fe48ccec (diff)
downloadrust-9415c67ae55d6da8640303776e96b68b79c3a0d0.tar.gz
rust-9415c67ae55d6da8640303776e96b68b79c3a0d0.zip
Rollup merge of #92029 - nikic:section-flags-fix, r=davidtwco
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.

I checked with `objdump -h` that this produces the right flags for ELF.

Fixes #92013.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions