diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 1605e2a31d..31b2c4e4e4 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -627,9 +627,11 @@ public: /// GenerateStaticBlockVarDecl - return the the static /// declaration of local variable. - llvm::GlobalValue *GenerateStaticBlockVarDecl(const VarDecl &D, - bool NoInit, - const char *Separator); + llvm::GlobalValue * GenerateStaticBlockVarDecl(const VarDecl &D, + bool NoInit, + const char *Separator, + llvm::GlobalValue + ::LinkageTypes Linkage); // GenerateStaticCXXBlockVarDecl - return the static declaration of // a local variable. Performs initialization of the variable if necessary. |