diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-04 15:30:44 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-04 15:30:44 +0000 |
commit | cacd94e24224eed079955f457a22715a5511263e (patch) | |
tree | ce0f7992945100525f605650c05a0bbf0eec1465 /clang/lib/Lex/Preprocessor.cpp | |
parent | 428a9f95a45ab6c84804cf5d72f170424a92a333 (diff) | |
download | bcm5719-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.cpp | 2 |
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() { } |