summaryrefslogtreecommitdiffstats
path: root/clang/examples/AnnotateFunctions
diff options
context:
space:
mode:
Diffstat (limited to 'clang/examples/AnnotateFunctions')
-rw-r--r--clang/examples/AnnotateFunctions/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/AnnotateFunctions/CMakeLists.txt b/clang/examples/AnnotateFunctions/CMakeLists.txt
index cf564d527d6..5684abf2380 100644
--- a/clang/examples/AnnotateFunctions/CMakeLists.txt
+++ b/clang/examples/AnnotateFunctions/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp)
+add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp PLUGIN_TOOL clang)
if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
target_link_libraries(AnnotateFunctions PRIVATE
OpenPOWER on IntegriCloud