[lld] r270346 - Simplify SplitInputSection::getRangeAndSize.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 08:27:58 PDT 2016
On 24 May 2016 at 11:17, Simon Atanasyan <simon at atanasyan.com> wrote:
> 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.
Fixed in 270568.
The is at least one more bug that I am fixing.
Cheers,
Rafael
More information about the llvm-commits
mailing list