diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-03-13 03:14:19 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-03-13 03:14:19 +0000 |
commit | 89cae0f224b49d2feb8b6e9a345811e2e73b3972 (patch) | |
tree | 74d4bfb83c31c604a2142fb06fdf98a067151bda /clang/lib/CodeGen/CodeGenModule.h | |
parent | d071c6019acfa386cd3cce552d1868d56dc4d239 (diff) | |
download | bcm5719-llvm-89cae0f224b49d2feb8b6e9a345811e2e73b3972.tar.gz bcm5719-llvm-89cae0f224b49d2feb8b6e9a345811e2e73b3972.zip |
Reinstate patch to turn explicit template instantiations into weak symbols
llvm-svn: 98424
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 40dc5638898..9077adedd0b 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -437,7 +437,8 @@ public: GVA_C99Inline, GVA_CXXInline, GVA_StrongExternal, - GVA_TemplateInstantiation + GVA_TemplateInstantiation, + GVA_ExplicitTemplateInstantiation }; llvm::GlobalVariable::LinkageTypes |