[lld] r297008 - [ELF] - Make Bss and BssRelRo sections to be synthetic (#2).

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 00:38:02 PST 2017


>On 6 March 2017 at 15:37, George Rimar via llvm-commits
><llvm-commits at lists.llvm.org> wrote:
>> Author: grimar
>> Date: Mon Mar  6 08:37:45 2017
>> New Revision: 297008
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=297008&view=rev
>> Log:
>> [ELF] - Make Bss and BssRelRo sections to be synthetic (#2).
>>
>> In compare with D30458, this makes Bss/BssRelRo to be pure
>> synthetic sections.
>>
>> That removes CopyRelSection class completely, making
>> Bss/BssRelRo to be just regular synthetics.
>>
>> SharedSymbols involved in creating copy relocations are
>> converted to DefinedRegular, what also simplifies things.
>>
>> Differential revision: https://reviews.llvm.org/D30541
>
>Hi George,
>
>This patch has broken our LLD bot:
>
>https://bugs.llvm.org/show_bug.cgi?id=32167
>
>Can you please revert, so we can investigate offline?
>
>Thanks!
>--renato

Hi Renato, I am sorry this broke things for you :(

Rui, thanks for taking care about this.

George.


More information about the llvm-commits mailing list