[llvm-commits] [patch] Call InitSections in llc and clang

Michael Spencer bigcheesegs at gmail.com
Fri Oct 8 12:34:54 PDT 2010


On Thu, Oct 7, 2010 at 3:27 PM, Rafael Espindola <espindola at google.com> wrote:
> The attached patches change llvm codegen and clang to call
> InitSections. This is the default behavior of llvm-mc and doing the
> same in other places makes the output of llc + llvm-mc a lot easier to
> compare to the output of llc -filetype=obj.
>
> Are the patches OK?
>
> Cheers,
> --
> Rafael Ávila de Espíndola

Looks good to me. The LoggingStreamer doesn't forward it, but that's
can be fixed in another patch (one which I already have waiting).




More information about the llvm-commits mailing list