From: Dan Gohman Date: Mon, 26 Jul 2010 21:05:37 +0000 (+0000) Subject: Add a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72eb3007150837e4996485457ff120e3ad1c10fa;p=oota-llvm.git Add a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109435 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Registry.h b/include/llvm/Support/Registry.h index 4db88825afb..d0375bedd9f 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 Registry::node *Registry::Head;