]> granicus.if.org Git - clang/commit
examples/analyzer-plugin: hook up to build
authorDylan Noblesmith <nobled@dreamwidth.org>
Mon, 13 Feb 2012 12:32:15 +0000 (12:32 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Mon, 13 Feb 2012 12:32:15 +0000 (12:32 +0000)
commit89446751f1c05e18f50560b8dbecb384ed32e2f2
treedaf366cd9453b3c807c5f17fdda6e568cfb65340
parent4ee01ef7bd170b6f3f3f71882b407cd6408c5b1e
examples/analyzer-plugin: hook up to build

This was never being compiled at all and was bitrotting
as a result.

Also compile SampleAnalyzerPlugin as a module, not a library,
and fix a mistake with not passing the source files
to add_clang_library().

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