Skip to content
  • John McCall's avatar
    Simplify the logic for emitting guard variables for template static · cdf7ef54
    John McCall authored
    data members by delaying the emission of the initializer until after
    linkage and visibility have been set on the global.  Also, don't
    emit a guard unless the variable actually ends up with vague linkage,
    and don't use thread-safe statics in any case.
    
    llvm-svn: 118336
    cdf7ef54
Loading