[llvm-commits] [PATCH] Use an alternate symbol for function-size calc
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Fri Dec 30 09:30:07 PST 2011
> I am not sure, but that seems to be what gcc does:
> .section ".opd","aw"
...
> test1:
...
> .previous
> .L.test1:
...
> .size test1,.-.L.test1
Same behavior, interesting. I think you original patch is OK then. This
is needed because of a particularity of how ppc64 works.
> -Hal
>
Cheers,
Rafael
More information about the llvm-commits
mailing list