summaryrefslogtreecommitdiffstats
path: root/clang/examples/PrintFunctionNames/PrintFunctionNames.exports
Commit message (Collapse)AuthorAgeFilesLines
* Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi2014-07-111-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 Gohman2010-07-261-0/+1
Also, don't link in all the clang libraries statically. llvm-svn: 109436
OpenPOWER on IntegriCloud