]> granicus.if.org Git - clang/commit
[examples] Use loadable modules instead of shared libraries for Clang plugins.
authorJordan Rose <jordan_rose@apple.com>
Wed, 12 Feb 2014 21:04:23 +0000 (21:04 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 12 Feb 2014 21:04:23 +0000 (21:04 +0000)
commitc766e50ffb699ee68de9b5b488deb8b862f30277
tree14bff2e4a57c25e8e55e53b2243f76c9159b61ba
parent63405b9c46eb3d2666f6422c073bb0c61fbc8bfa
[examples] Use loadable modules instead of shared libraries for Clang plugins.

This avoids linking in extra copies of, say, LLVMSupport.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201256 91177308-0d34-0410-b5e6-96231b3b80d8
examples/PrintFunctionNames/CMakeLists.txt
examples/PrintFunctionNames/Makefile
examples/analyzer-plugin/CMakeLists.txt