[llvm-commits] [PATCH] Use an alternate symbol for function-size calc
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Thu Dec 29 18:09:55 PST 2011
On 29/12/11 03:20 PM, Hal Finkel wrote:
> This small patch fixes a compatibility problem between the ppc linux asm
> printer and recent versions of binutils (as explained in the test case).
> With this patch, llvm's behavior will again match that of gcc. It
> touches CodeGen/AsmPrinter; please review.
Do you know when this was changed in binutils? Maybe we should always
use the local symbol instead of making this a ppc only change.
> Thanks again,
> Hal
Cheers,
Rafael
More information about the llvm-commits
mailing list