[PATCH] MC: Support larger COFF string tables

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jul 9 08:01:14 PDT 2013


On 6 May 2013 13:06, Daniel Dunbar <daniel at zuster.org> wrote:
> I'm not sure how I feel about adding tests that are Python scripts that
> generate test data. Such tests are going to be slow and impose another
> requirement on understanding the test.

You can use a macro, no?

-----------------------------------------------------------------------
.macro sections prefix num
.if \num
.section \prefix
sections a\prefix (\num - 1)
.endif
.endm

sections bar 10
----------------------------------------------------------------------

Cheers,
Rafael



More information about the llvm-commits mailing list