[PATCH] D12788: [elf2] Combine adjacent compatible OutputSections in PT_LOADs.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 16:08:32 PDT 2015


This now needs more tests.

The main thing this patch does is put different output sections into
the same program header. Add a new test that checks for just that:

The file has two sections that cannot possibly be in the section
output section (different names for example).

The sections have the same flags, so they end up in the same program header.

Cheers,
Rafael




On 14 September 2015 at 19:02, Michael Spencer <bigcheesegs at gmail.com> wrote:
> Bigcheese updated this revision to Diff 34754.
> Bigcheese added a comment.
>
> Remove accidental test changes.
>
>
> http://reviews.llvm.org/D12788
>
> Files:
>   ELF/Writer.cpp
>   test/elf2/shared.s
>


More information about the llvm-commits mailing list