[llvm-commits] [llvm] r109435 - /llvm/trunk/include/llvm/Support/Registry.h
Dan Gohman
gohman at apple.com
Mon Jul 26 14:05:37 PDT 2010
Author: djg
Date: Mon Jul 26 16:05:37 2010
New Revision: 109435
URL: http://llvm.org/viewvc/llvm-project?rev=109435&view=rev
Log:
Add a comment.
Modified:
llvm/trunk/include/llvm/Support/Registry.h
Modified: llvm/trunk/include/llvm/Support/Registry.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Registry.h?rev=109435&r1=109434&r2=109435&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Registry.h (original)
+++ llvm/trunk/include/llvm/Support/Registry.h Mon Jul 26 16:05:37 2010
@@ -203,6 +203,8 @@
};
+ // 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;
More information about the llvm-commits
mailing list