projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c45734
)
Add a comment.
author
Dan Gohman
<gohman@apple.com>
Mon, 26 Jul 2010 21:05:37 +0000
(21:05 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 26 Jul 2010 21:05:37 +0000
(21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109435
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Registry.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Registry.h
b/include/llvm/Support/Registry.h
index 4db88825afb55b96fdbe43779352423f0a5b13ea..d0375bedd9f25b658acf586612cf630a589b0013 100644
(file)
--- a/
include/llvm/Support/Registry.h
+++ b/
include/llvm/Support/Registry.h
@@
-203,6
+203,8
@@
namespace llvm {
};
+ // Since these are defined in a header file, plugins must be sure to export
+ // these symbols.
template <typename T, typename U>
typename Registry<T,U>::node *Registry<T,U>::Head;