[PATCH] D44682: [ELF] Fix X86 & X86_64 PLT retpoline padding
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 28 21:39:41 PDT 2018
espindola accepted this revision.
espindola added a comment.
This revision is now accepted and ready to land.
Given the discussion on the other threads I agree. There are two independent issues:
- Space outside of some sections not having traps
- Space inside some synthetic sections not having traps.
This patch fixes the second one.
Sorry about the confusion on my side.
https://reviews.llvm.org/D44682
More information about the llvm-commits
mailing list