[lld] r270346 - Simplify SplitInputSection::getRangeAndSize.
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 08:17:02 PDT 2016
On Tue, May 24, 2016 at 5:59 PM, Simon Atanasyan <simon at atanasyan.com> wrote:
> On Tue, May 24, 2016 at 5:58 PM, Rafael EspĂndola
> <rafael.espindola at gmail.com> wrote:
>> On 24 May 2016 at 10:49, Rui Ueyama via llvm-commits
>> <llvm-commits at lists.llvm.org> wrote:
>>> So it is a special case that .eh_frame contains only the terminator (empty)
>>> record and there is a relocation pointing to offset 0 of .eh_frame, correct?
>>>
>> Yes, fixed in r270346.
>
> Thanks!
But now it is possible to get "CIE too small" error if 4-byte section
comes to getFdeEncoding.
--
Simon Atanasyan
More information about the llvm-commits
mailing list