]> granicus.if.org Git - clang/commit
Pull MayDeferGeneration out of EmitGlobal.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Feb 2009 21:18:01 +0000 (21:18 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Feb 2009 21:18:01 +0000 (21:18 +0000)
commit73241dfeb5c498255b662984cca369fd28ec3147
treeff7b7b38d435c9c964beb6d28f84d7d468925575
parent0269871c9cba493f76237175ab60313406f3bafa
Pull MayDeferGeneration out of EmitGlobal.
 - Fix emission of static functions with constructor attribute while I
   was here.
<rdar://problem/6140899> [codegen] "static" and attribute-constructor interact poorly

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64488 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
test/CodeGen/constructor-attribute.c