[patch] Cleanup linkage computation for static locals

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jun 5 07:15:00 PDT 2013


Hi Richard,

Currently we give all static locals NoLinkage and CodeGen works around
it when it needs to make them linkonce_odr. The attached patch gives
static locals in inline functions VisibleNoLinkage and simplifies
CodeGen.

Cheers,
Rafael



More information about the cfe-commits mailing list