Skip to content
  • Daniel Dunbar's avatar
    Emission of global variable initialializer was broken in rare · b2f4cdb2
    Daniel Dunbar authored
    situation where a tentative decl was emitted *after* the actual
    initialization. This occurs in some rare situations with static decls.
     - PR3613.
    
     - I'm not particularly happy with this fix, but I don't see a simpler
       or more elegant solution yet.
    
    llvm-svn: 65018
    b2f4cdb2
Loading