Add a comment.
authorDan Gohman <gohman@apple.com>
Mon, 26 Jul 2010 21:05:37 +0000 (21:05 +0000)
committerDan 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

index 4db88825afb55b96fdbe43779352423f0a5b13ea..d0375bedd9f25b658acf586612cf630a589b0013 100644 (file)
@@ -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;