[llvm-branch-commits] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 26 20:47:19 PDT 2025


MaskRay wrote:

The property, if we decide to introduce, does not need to be too extensible. That is because within the section header type `Elf64_Shdr`, `sh_name, sh_offset, sh_size, sh_link, sh_info` can already be controlled. This patch makes sh_type/sh_entsize customiable. I wonder whether we want to support customized sh_flags.

https://github.com/llvm/llvm-project/pull/149260


More information about the llvm-branch-commits mailing list