[llvm-dev] Adding nops after ret

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Wed Aug 7 03:04:12 PDT 2019


Hi Alexei,

On Wed, 7 Aug 2019 at 08:12, Alexei via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Is is possible via clang plugin (clang configuration) to add 4 nops after ret instruction on Intel64?

No, you'd have to modify the X86 backend itself to do that.

Cheers.

Tim.


More information about the llvm-dev mailing list