[lld] r270709 - ELF: improve CIE no-augmentation test
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 11:52:37 PDT 2016
On 25 May 2016 at 11:49, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
> Oh, with gcc 4.2 this is probably printing eh_frame directly, not using cfi.
It is indeed.
> You should be able to replace the binary with a .s that does
>
> .section .eh_frame,"a", at progbits
Ah, yes. It'll be possible to reduce the .eh_frame section produced by
the old GCC to a simplified test case; I'll poke at that when I get a
chance. I've put the temp .s file here:
https://people.freebsd.org/~emaste/no-augmentation.s
More information about the llvm-commits
mailing list