summaryrefslogtreecommitdiffstats
path: root/lldb/utils
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2019-10-05 08:22:40 +0000
committerSylvestre Ledru <sylvestre@debian.org>2019-10-05 08:22:40 +0000
commit68f58a75a76b17affeff90e4e250a1e790fda0ac (patch)
tree74abd1bd90e9230413525637132eac2f93dc7a30 /lldb/utils
parent3acc649b86fcbd3cdd88e70cd85f0ef8479b83c5 (diff)
downloadbcm5719-llvm-68f58a75a76b17affeff90e4e250a1e790fda0ac.tar.gz
bcm5719-llvm-68f58a75a76b17affeff90e4e250a1e790fda0ac.zip
Do not install lit-cpuid
Summary: AFAIK, lit-cpuid is used by the tests. Installing it causes LLVMExports*.cmake files to depend on this program. It causes some serious packaging issues as it would means that llvm-dev depends on lldb. See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941082 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941306 See also https://bugs.llvm.org/show_bug.cgi?id=43035 for a similar issue caused by https://reviews.llvm.org/D56606 Reviewers: mgorny Reviewed By: mgorny Subscribers: delcypher, lldb-commits Differential Revision: https://reviews.llvm.org/D68537 llvm-svn: 373819
Diffstat (limited to 'lldb/utils')
-rw-r--r--lldb/utils/lit-cpuid/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/utils/lit-cpuid/CMakeLists.txt b/lldb/utils/lit-cpuid/CMakeLists.txt
index bc9d31309e5..f365447dd27 100644
--- a/lldb/utils/lit-cpuid/CMakeLists.txt
+++ b/lldb/utils/lit-cpuid/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_llvm_utility(lit-cpuid
+add_lldb_executable(lit-cpuid
lit-cpuid.cpp
)
OpenPOWER on IntegriCloud