[PATCH] Bug 12843: put ELF reloc section against section with template function instantiation in the same COMDAT group

Rafael Espíndola rafael.espindola at gmail.com
Mon Jul 8 08:28:41 PDT 2013


On 8 July 2013 11:16, Игорь Пашев <pashev.igor at gmail.com> wrote:
> Am I doing it right? :-)
>
> The code was generated via "clang++ -S -emit-llvm a.cpp"
>
> test/MC/ELF/comdat-reloc.ll:
>


Since the relocation is created at the MC level, it should be possible
to write a test that uses llvm-mc to produce a .o from a .s instead of
using llc.

Cheers,
Rafael




More information about the llvm-commits mailing list