summaryrefslogtreecommitdiffstats
path: root/clang/examples/AnnotateFunctions
diff options
context:
space:
mode:
authorJohn Brawn <john.brawn@arm.com>2016-07-28 17:17:22 +0000
committerJohn Brawn <john.brawn@arm.com>2016-07-28 17:17:22 +0000
commit2853269224b098cd13daa68ebaad5bb0c28920fa (patch)
treecdaca73d759d52e66cf02d6839db1badb7f47c4f /clang/examples/AnnotateFunctions
parent8550509b64e671e4ead8dbc0628c54b5f856875f (diff)
downloadbcm5719-llvm-2853269224b098cd13daa68ebaad5bb0c28920fa.tar.gz
bcm5719-llvm-2853269224b098cd13daa68ebaad5bb0c28920fa.zip
Revert r276973 "Adjust Registry interface to not require plugins to export a registry"
Buildbot failures when building with clang -Werror. Reverting while I try to figure this out. llvm-svn: 277008
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 5684abf2380..cf564d527d6 100644
--- a/clang/examples/AnnotateFunctions/CMakeLists.txt
+++ b/clang/examples/AnnotateFunctions/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp PLUGIN_TOOL clang)
+add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp)
if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
target_link_libraries(AnnotateFunctions PRIVATE
OpenPOWER on IntegriCloud