search for: 6bf04575

Displaying 1 result from an estimated 1 matches for "6bf04575".

2014 Sep 17
2
[LLVMdev] writeNopData and non-instructions in .text
Hi all, all ELF platforms at least and likely all others too allow something like the following: .text .asciz "arbitrary long string" .p2align 3 Depending on the size of the string, MCAsmBackend::writeNopData is called to pad text. For x86 and other backends with byte-sized instructions, this is no problem. Some backends like ARM and PPC flush explicitly to 16bit/32bit