[PATCH] D44775: [ELF] - Fill executable segments with trap instructions.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 01:30:17 PDT 2018


grimar added a comment.

In https://reviews.llvm.org/D44775#1050890, @ruiu wrote:

> You shouldn't have dropped this patch because mine doesn't include the code to add 0xcc to end of each PLT entry. We still need that for PLT entries that's larger than one page.


I think we have https://reviews.llvm.org/D44682 for PLT entries posted earlier than this one on review and it do all necessary job for PLT entries + has the test case.


https://reviews.llvm.org/D44775





More information about the llvm-commits mailing list