From 539bc40906c36c142d678c7d6155cee904bc6a54 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 12 Mar 2010 05:13:59 +0000 Subject: Revert the linkage change for explicit template instantiations; something is amiss llvm-svn: 98332 --- clang/lib/CodeGen/CodeGenModule.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'clang/lib/CodeGen/CodeGenModule.h') diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 9077adedd0b..40dc5638898 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -437,8 +437,7 @@ public: GVA_C99Inline, GVA_CXXInline, GVA_StrongExternal, - GVA_TemplateInstantiation, - GVA_ExplicitTemplateInstantiation + GVA_TemplateInstantiation }; llvm::GlobalVariable::LinkageTypes -- cgit v1.2.3