[PATCH] MC: Support larger COFF string tables

Rafael Espíndola rafael.espindola at gmail.com
Sun Jul 28 16:06:55 PDT 2013


oh, and please add a macro based test if works and is not too slow (< 1s):

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

sections bar 10

On 28 July 2013 19:03, Rafael Ávila de Espíndola
<rafael.espindola at gmail.com> wrote:
>
>   LGTM. I would probably just use the temporary buffer for the smaller names too, but that is up to you.
>
> http://llvm-reviews.chandlerc.com/D667
>
> BRANCH
>   arc/coff-section-table
>
> ARCANIST PROJECT
>   llvm




More information about the llvm-commits mailing list