[lld] r192930 - Fill gap in .text with NOP.

Chandler Carruth chandlerc at google.com
Thu Oct 17 15:54:40 PDT 2013


On Thu, Oct 17, 2013 at 3:45 PM, Rui Ueyama <ruiu at google.com> wrote:

> Author: ruiu
> Date: Thu Oct 17 17:45:16 2013
> New Revision: 192930
>
> URL: http://llvm.org/viewvc/llvm-project?rev=192930&view=rev
> Log:
> Fill gap in .text with NOP.
>

It almost seems like it would be better to fill with UD1 or something that
won't actually execute if a stray jump lands here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131017/e6efb12f/attachment.html>


More information about the llvm-commits mailing list