diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-03-13 03:49:57 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-03-13 03:49:57 +0000 |
commit | 34fd284e0a6ea88b98d6e1183548264bab5b3702 (patch) | |
tree | 8e7c669be5f0d81236f4d52de0766d584723e8d1 /lib/CodeGen/CodeGenModule.h | |
parent | 8721360da5cf3d5dfdc2fc2bf8d53a5f79307995 (diff) |
Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 9077adedd0..40dc563889 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -437,8 +437,7 @@ public: GVA_C99Inline, GVA_CXXInline, GVA_StrongExternal, - GVA_TemplateInstantiation, - GVA_ExplicitTemplateInstantiation + GVA_TemplateInstantiation }; llvm::GlobalVariable::LinkageTypes |