[PATCH] Inserting directives directly after inline asm blocks

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Apr 24 19:39:05 PDT 2013


On 24 April 2013 21:18, Jack Carter <Jack.Carter at imgtec.com> wrote:
> I am resubmitting the revised patch based on Richard's suggestions.
>
> May I check it in ;-)

One more question:

Is the assembler *required* or just *allowed* to do the reordering? If
it is required, you will need to implement this in MC at some point,
so using hasRawTextSupport is probably not a good idea. Please add a
streamer call for it. It is OK to just produce an error on the object
streamer for now when trying to set the mode to reorder.

Cheers,
Rafael



More information about the llvm-commits mailing list