mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 14:47:14 +00:00
Disable lldb on mipsel and mips64el as it isn't supported See https://reviews.llvm.org/D102872 (Closes: #997011)
This commit is contained in:
parent
424a69e830
commit
4baa08eb6f
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
llvm-toolchain-13 (1:13.0.0-8) unstable; urgency=medium
|
||||
|
||||
* Disable lldb on mipsel and mips64el as it isn't supported
|
||||
See https://reviews.llvm.org/D102872
|
||||
(Closes: #997011)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 23 Oct 2021 10:33:56 +0200
|
||||
|
||||
llvm-toolchain-13 (1:13.0.0-7) unstable; urgency=medium
|
||||
|
||||
* Remove omp-device-info from LLVMExports.cmake (Closes: #996551)
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -262,7 +262,7 @@ else
|
||||
endif
|
||||
|
||||
LLDB_ENABLE=yes
|
||||
LLDB_DISABLE_ARCHS := hurd-i386 ia64 powerpc powerpcspe ppc64 riscv64 sparc64
|
||||
LLDB_DISABLE_ARCHS := hurd-i386 ia64 powerpc powerpcspe ppc64 riscv64 sparc64 mips64el mipsel
|
||||
# hurd has threading issues
|
||||
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
||||
# Disable LLDB for this arch.
|
||||
|
Loading…
Reference in New Issue
Block a user