summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-04-04 15:30:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-04-04 15:30:44 +0000
commitcacd94e24224eed079955f457a22715a5511263e (patch)
treece0f7992945100525f605650c05a0bbf0eec1465 /clang/lib/Lex/Preprocessor.cpp
parent428a9f95a45ab6c84804cf5d72f170424a92a333 (diff)
downloadbcm5719-llvm-cacd94e24224eed079955f457a22715a5511263e.tar.gz
bcm5719-llvm-cacd94e24224eed079955f457a22715a5511263e.zip
AnnotateFunctions: Tweak for mingw.
- Externalize the registry. - Update libdeps. llvm-svn: 265301
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
-rw-r--r--clang/lib/Lex/Preprocessor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp
index 70b992170c9..297b556015f 100644
--- a/clang/lib/Lex/Preprocessor.cpp
+++ b/clang/lib/Lex/Preprocessor.cpp
@@ -53,6 +53,8 @@
#include "llvm/Support/raw_ostream.h"
using namespace clang;
+template class llvm::Registry<clang::PragmaHandler>;
+
//===----------------------------------------------------------------------===//
ExternalPreprocessorSource::~ExternalPreprocessorSource() { }
OpenPOWER on IntegriCloud