mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 19:38:04 +00:00
Remove the lit-cpuid references from LLVMExports.cmake. It is provided by lldb and we don't want to add this as a new dep from llvm-dev (Closes: #941082 #941306)
This commit is contained in:
parent
d8e2dfb362
commit
6de8a1471f
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
llvm-toolchain-9 (1:9-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* /disable-lit-cpuid-install.diff: Remove the lit-cpuid from the llvm
|
||||||
|
install.
|
||||||
|
It is provided by lldb and we don't want to add this as a new
|
||||||
|
dep from llvm-dev (Closes: #941082 #941306)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 03 Oct 2019 18:14:21 +0200
|
||||||
|
|
||||||
llvm-toolchain-9 (1:9-1) unstable; urgency=medium
|
llvm-toolchain-9 (1:9-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New release
|
* New release
|
||||||
|
2
debian/lldb-X.Y.install.in
vendored
2
debian/lldb-X.Y.install.in
vendored
@ -2,7 +2,6 @@ usr/lib/llvm-@LLVM_VERSION@/bin/lldb*
|
|||||||
usr/lib/llvm-@LLVM_VERSION@/bin/lldb-mi*
|
usr/lib/llvm-@LLVM_VERSION@/bin/lldb-mi*
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/lldb-server*
|
usr/lib/llvm-@LLVM_VERSION@/bin/lldb-server*
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/lldb-argdumper
|
usr/lib/llvm-@LLVM_VERSION@/bin/lldb-argdumper
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/lit-cpuid
|
|
||||||
|
|
||||||
usr/bin/lldb-@LLVM_VERSION@*
|
usr/bin/lldb-@LLVM_VERSION@*
|
||||||
usr/bin/lldb-server-@LLVM_VERSION@*
|
usr/bin/lldb-server-@LLVM_VERSION@*
|
||||||
@ -10,4 +9,3 @@ usr/bin/lldb-mi-@LLVM_VERSION@*
|
|||||||
usr/bin/lldb-argdumper-@LLVM_VERSION@
|
usr/bin/lldb-argdumper-@LLVM_VERSION@
|
||||||
usr/bin/lldb-vscode-@LLVM_VERSION@
|
usr/bin/lldb-vscode-@LLVM_VERSION@
|
||||||
usr/bin/lldb-instr-@LLVM_VERSION@
|
usr/bin/lldb-instr-@LLVM_VERSION@
|
||||||
usr/bin/lit-cpuid-@LLVM_VERSION@
|
|
||||||
|
10
debian/patches/disable-lit-cpuid-install.diff
vendored
Normal file
10
debian/patches/disable-lit-cpuid-install.diff
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Index: llvm-toolchain-9-9/lldb/utils/lit-cpuid/CMakeLists.txt
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-9-9.orig/lldb/utils/lit-cpuid/CMakeLists.txt
|
||||||
|
+++ llvm-toolchain-9-9/lldb/utils/lit-cpuid/CMakeLists.txt
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-add_llvm_utility(lit-cpuid
|
||||||
|
+add_lldb_executable(lit-cpuid
|
||||||
|
lit-cpuid.cpp
|
||||||
|
)
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -131,3 +131,4 @@ clang-riscv64-rv64gc.diff
|
|||||||
|
|
||||||
#try-to-unbreak-thinlto.diff
|
#try-to-unbreak-thinlto.diff
|
||||||
D67877.patch
|
D67877.patch
|
||||||
|
disable-lit-cpuid-install.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user