diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-03-12 05:13:59 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-03-12 05:13:59 +0000 |
commit | 539bc40906c36c142d678c7d6155cee904bc6a54 (patch) | |
tree | 05f62cf5cc1aab2b85b0aa83362f98de6dc3f33a /clang/lib/CodeGen/CodeGenModule.h | |
parent | 3c289673d6ce7740c426b2fada774b143f9210bc (diff) | |
download | bcm5719-llvm-539bc40906c36c142d678c7d6155cee904bc6a54.tar.gz bcm5719-llvm-539bc40906c36c142d678c7d6155cee904bc6a54.zip |
Revert the linkage change for explicit template instantiations; something is amiss
llvm-svn: 98332
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |