]> granicus.if.org Git - clang/commit
Explicitly export symbols from the sample analyzer plugin
authorJohn Brawn <john.brawn@arm.com>
Fri, 8 Jul 2016 16:20:57 +0000 (16:20 +0000)
committerJohn Brawn <john.brawn@arm.com>
Fri, 8 Jul 2016 16:20:57 +0000 (16:20 +0000)
commit83cd1c59c4a65affb14cbe933c1dda680cfa830d
tree1fc8c66be404e9e2ec0999ba0fd2bbe87e25a198
parentbb6076f3bf0f1aeca6089de675c2b9b13210457d
Explicitly export symbols from the sample analyzer plugin

This is done so that it will work when built using MSVC if
LLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON.

Differential Revision: http://reviews.llvm.org/D21971

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274871 91177308-0d34-0410-b5e6-96231b3b80d8
examples/analyzer-plugin/CMakeLists.txt
examples/analyzer-plugin/SampleAnalyzerPlugin.exports [new file with mode: 0644]