This patch makes us emit dllexported in-class initialized static data members (which are treated as definitions in MSVC), even when they're not referenced.
It also makes their special linkage reflected in the GVA linkage instead of getting massaged in CodeGen.
Please take a look!