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

Eli Friedman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 27 15:40:39 PDT 2025


efriedma-quic wrote:

> For example, it could be dropped from CFI jump tables and the resulting binary would still be correct, it would just be less optimized because jump table relaxation could not be applied.

Is the opposite also true, that you can add it to non-cfi-jump-table globals and the resulting binary is still correct?  (Unless there's some check, constant merging can merge either way, I think.)

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


More information about the llvm-branch-commits mailing list