diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-11 15:06:24 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-11 15:06:24 +0000 |
commit | ad4c06c656d124366325116124bd278522dd12ce (patch) | |
tree | fe9c030ab79e40548cd4d49b916a1a3c542f3ba7 /clang/examples/PrintFunctionNames | |
parent | 767ee965343ba5c8297a010afc19c31d946bb3be (diff) | |
download | bcm5719-llvm-ad4c06c656d124366325116124bd278522dd12ce.tar.gz bcm5719-llvm-ad4c06c656d124366325116124bd278522dd12ce.zip |
Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.
- Plugins don't need to export _ZN4llvm8Registry*.
- Win32.DLL cannot merge common symbols among DLLs. Static members in llvm::Registry should be instantiated in a parent.
llvm-svn: 212821
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r-- | clang/examples/PrintFunctionNames/PrintFunctionNames.exports | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/examples/PrintFunctionNames/PrintFunctionNames.exports b/clang/examples/PrintFunctionNames/PrintFunctionNames.exports index 0ff590d30d7..e69de29bb2d 100644 --- a/clang/examples/PrintFunctionNames/PrintFunctionNames.exports +++ b/clang/examples/PrintFunctionNames/PrintFunctionNames.exports @@ -1 +0,0 @@ -_ZN4llvm8Registry* |