AnnotateFunctions: Tweak for mingw.

- Externalize the registry.
  - Update libdeps.

llvm-svn: 265301
This commit is contained in:
NAKAMURA Takumi
2016-04-04 15:30:44 +00:00
parent 428a9f95a4
commit cacd94e242
3 changed files with 6 additions and 0 deletions

View File

@@ -53,6 +53,8 @@
#include "llvm/Support/raw_ostream.h"
using namespace clang;
template class llvm::Registry<clang::PragmaHandler>;
//===----------------------------------------------------------------------===//
ExternalPreprocessorSource::~ExternalPreprocessorSource() { }