diff options
author | John Brawn <john.brawn@arm.com> | 2016-07-28 17:17:22 +0000 |
---|---|---|
committer | John Brawn <john.brawn@arm.com> | 2016-07-28 17:17:22 +0000 |
commit | 2853269224b098cd13daa68ebaad5bb0c28920fa (patch) | |
tree | cdaca73d759d52e66cf02d6839db1badb7f47c4f /clang/examples/AnnotateFunctions | |
parent | 8550509b64e671e4ead8dbc0628c54b5f856875f (diff) | |
download | bcm5719-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.txt | 2 |
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 |