mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 14:09:58 +00:00
This commit is contained in:
parent
b0c28d110c
commit
bbdfe1239f
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,5 +1,6 @@
|
||||
llvm-toolchain-snapshot (1:4.0~svn291233-1~exp1) experimental; urgency=medium
|
||||
|
||||
* Disable libedit usage in lldb because of garbage (Closes: #846616, #850111)
|
||||
* Build lld
|
||||
- d/p/lld-arg-cmake-issue.diff fixes upstream bug #27685
|
||||
* Run clang extra test suite
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -134,6 +134,9 @@ LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc s390x sparc64 mips64el ppc6
|
||||
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
||||
# Disable LLDB for this arch.
|
||||
LLDB_ENABLE=no
|
||||
else
|
||||
# See https://llvm.org/bugs/show_bug.cgi?id=28898
|
||||
CMAKE_EXTRA += -DLLDB_DISABLE_LIBEDIT=ON
|
||||
endif
|
||||
|
||||
LLD_ENABLE=yes
|
||||
|
Loading…
Reference in New Issue
Block a user