[llvm] r196334 - [Stackmap] Emit multi-byte nops for X86.

Joerg Sonnenberger joerg at britannica.bec.de
Wed Dec 4 13:46:46 PST 2013


On Tue, Dec 03, 2013 at 04:49:34PM -0800, Juergen Ributzka wrote:
> The existing long nop support is only used to align code sections in
> the AsmBackend and directly emits the raw bytes into the object file.
> This implementation is on a higher level that works for MCAsmStreamer and MCObjectStreamer.

I don't see how you can force a specific byte sequence for MCAsmStreamer
as the syntax for fixed sized nops is *not* well defined.

Joerg



More information about the llvm-commits mailing list