[PATCH] CodeGen: Emit constant array temporaries into read-only globals.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Mar 3 10:21:55 PST 2015


On 3 March 2015 at 07:51, David Majnemer <david.majnemer at gmail.com> wrote:
> It would be nice to give it internal linkage instead of private.  That way the linker could zap these globals for targets which use COFF when they are unreferenced.

What is the issue with private on COFF? For ELF at least private is
the correct choice for this.

Cheers,
Rafael



More information about the cfe-commits mailing list