[PATCH] D64903: [ELF] Pad the last page of last PF_X PT_LOAD with traps when -z separate-code is specified

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 03:30:38 PDT 2019


peter.smith added a comment.

Would it be possible to update the description. It started as why we should not pad the end of the last PF_X program segment, and looks like we have added -z[no-]separate code. Would it also be possible to define what -zseparate-code is supposed to do in LLD? A mini spec I guess. For example should -zno-separate-code affect our default image layout? I'm finding it difficult to check the code without knowing what it is supposed to do.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D64903





More information about the llvm-commits mailing list