projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce64c8
)
unittests: Don't install TestPlugin.so
author
Tom Stellard
<tstellar@redhat.com>
Thu, 16 Aug 2018 16:53:06 +0000
(16:53 +0000)
committer
Tom Stellard
<tstellar@redhat.com>
Thu, 16 Aug 2018 16:53:06 +0000
(16:53 +0000)
Summary:
add_llvm_loadable_module adds an install target by default, but this
module is only used for a unit test, so we don't need to install it.
Reviewers: philip.pfaffe, thakis
Subscribers: mgorny, llvm-commits
Differential Revision: https://reviews.llvm.org/D50668
llvm-svn: 339897
llvm/unittests/Passes/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/unittests/Passes/CMakeLists.txt
b/llvm/unittests/Passes/CMakeLists.txt
index
d90df20
..
415329e
100644
(file)
--- a/
llvm/unittests/Passes/CMakeLists.txt
+++ b/
llvm/unittests/Passes/CMakeLists.txt
@@
-14,7
+14,7
@@
add_llvm_unittest(PluginsTests
export_executable_symbols(PluginsTests)
set(LLVM_LINK_COMPONENTS)
-add_llvm_l
oadable_module(TestPlugin
+add_llvm_l
ibrary(TestPlugin MODULE BUILDTREE_ONLY
TestPlugin.cpp
)