Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp. | NAKAMURA Takumi | 2014-07-11 | 1 | -1/+0 |
| | | | | | | | - 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 | ||||
* | Use an export file. Plugins must export llvm::Registry symbols. | Dan Gohman | 2010-07-26 | 1 | -0/+1 |
Also, don't link in all the clang libraries statically. llvm-svn: 109436 |