diff options
author | Dan Gohman <gohman@apple.com> | 2010-07-26 21:05:37 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-07-26 21:05:37 +0000 |
commit | 04a4ec2f27c060cce3f285cf8f3e80f2fede5d80 (patch) | |
tree | 33c873ef7f12d9c71620676b4e8f06639f2a9392 /include | |
parent | b5b70073f193e266033015fa655dde81e3cbf3c4 (diff) | |
download | external_llvm-04a4ec2f27c060cce3f285cf8f3e80f2fede5d80.zip external_llvm-04a4ec2f27c060cce3f285cf8f3e80f2fede5d80.tar.gz external_llvm-04a4ec2f27c060cce3f285cf8f3e80f2fede5d80.tar.bz2 |
Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Support/Registry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/Registry.h b/include/llvm/Support/Registry.h index 4db8882..d0375be 100644 --- 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; |