[PATCH] D20378: [lld] Wrong section VMA/LMA in case of using linker scripts

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 07:28:45 PDT 2016


On 19 May 2016 at 13:47, Rui Ueyama via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> I think that's the same behavior as the other linkers, no? At least creating
> two or more output sections if section attributes are different is a good
> thing to do.

I think other linker have "sub output sections". So the section table
will have a single entry, but that section has ranges that correspond
to ours.

It didn't seem worth the trouble just to save an entry in the section table.

Cheers,
Rafael


More information about the llvm-commits mailing list