[patch][pr19848] Don't create new comdats in CodeGen

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Jan 12 14:28:06 PST 2015


On 12 January 2015 at 16:32, David Majnemer <david.majnemer at gmail.com> wrote:
> Why do you create the explicit comdat group in ParseValueSymbolTable instead
> of when you detect the implicit comdat in ParseModule?

The name is hasn't been read yet in ParseModule, so it is not possible
to create the final comdat.

Cheers,
Rafael



More information about the llvm-commits mailing list