[llvm] 75af9da - [MC][ELF] Error for sh_type, sh_flags or sh_entsize change
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 16:37:23 PST 2020
On Wed, Mar 04, 2020 at 04:25:36PM -0800, Fāng-ruì Sòng wrote:
> It is already non-trivial to write assembly portable on x86-32 and x86-64
>
> .section .eh_frame,"a", at progbits # 32
> .section .eh_frame,"a", at unwind # 64
>
> Writing .eh_frame manually does not seem very correct.
So far, @progbits worked everywhere. Can't even find a test case in
binutils for @unwind. As such, this seems to be a move in the wrong
direction.
Joerg
More information about the llvm-commits
mailing list