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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 14:57:29 PDT 2018


ruiu added a comment.

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.


https://reviews.llvm.org/D44775





More information about the llvm-commits mailing list