[PATCH] D25627: [ELF] Convert linker generated sections to input sections

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 14:41:18 PDT 2016


I have simplified creating an ordinary InputSection on trunk.

Would that avoid the need for creating a dedicated SyntheticInputSection?

Cheers,
Rafael


On 25 October 2016 at 09:33, Eugene Leviant <evgeny.leviant at gmail.com> wrote:
> evgeny777 retitled this revision from "[ELF] Allow linker script to use .got and .got.plt sections as inputs" to "[ELF] Convert linker generated sections to input sections".
> evgeny777 updated this revision to Diff 75694.
> evgeny777 added a comment.
>
> Converted BuildId section to input.
>
>
> https://reviews.llvm.org/D25627
>
> Files:
>   ELF/InputSection.cpp
>   ELF/InputSection.h
>   ELF/OutputSections.cpp
>   ELF/OutputSections.h
>   ELF/Writer.cpp
>   test/ELF/build-id.s
>


More information about the llvm-commits mailing list