summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2019-01-14 18:25:35 +0000
committerTom Stellard <tstellar@redhat.com>2019-01-14 18:25:35 +0000
commitd0a767608773cfa3d8644c27796b63ff40962806 (patch)
tree05a9d3ba15911eefa5184b7ccf961b7a63a0ad66 /llvm/lib
parent8da641455c03b6a2ec035b24c27484f6c6c03909 (diff)
downloadbcm5719-llvm-d0a767608773cfa3d8644c27796b63ff40962806.tar.gz
bcm5719-llvm-d0a767608773cfa3d8644c27796b63ff40962806.zip
cmake: Don't install plugins used for examples or tests
Summary: This patch drops install targets for LLVMHello.so, TestPlugin.so, and BugpointPasses.so. Reviewers: chandlerc, beanz, thakis, philip.pfaffe Reviewed By: chandlerc Subscribers: SquallATF, mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D55965 llvm-svn: 351087
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Hello/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Hello/CMakeLists.txt b/llvm/lib/Transforms/Hello/CMakeLists.txt
index d9cd33a4938..c4f10247c1a 100644
--- a/llvm/lib/Transforms/Hello/CMakeLists.txt
+++ b/llvm/lib/Transforms/Hello/CMakeLists.txt
@@ -10,7 +10,7 @@ if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
-add_llvm_library( LLVMHello MODULE
+add_llvm_library( LLVMHello MODULE BUILDTREE_ONLY
Hello.cpp
DEPENDS
OpenPOWER on IntegriCloud