[PATCH] D111871: [ELF] Let sections reach the end of the address space

Hristo Venev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 14:24:12 PDT 2021


hvenev added a comment.

There already are test cases for overflowing by 1 byte. These two tests are more or less copies of those, except that we exactly reach the end.

Regarding the empty section thing, that's a problem with setting the base address rather than the size. It is something that the linker script interpreter does not handle well, especially in the 64-bit case.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111871/new/

https://reviews.llvm.org/D111871



More information about the llvm-commits mailing list