mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-09 20:31:00 +00:00
Bring back the libedit support in lldb
Fix upstream bug https://bugs.llvm.org/show_bug.cgi?id=35291
This commit is contained in:
parent
9e711d0143
commit
b919d9f746
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
llvm-toolchain-5.0 (1:5.0.1-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Bring back the libedit support in lldb
|
||||||
|
Fix upstream bug https://bugs.llvm.org/show_bug.cgi?id=35291
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 22 Dec 2017 11:42:46 +0100
|
||||||
|
|
||||||
llvm-toolchain-5.0 (1:5.0.1-1) unstable; urgency=medium
|
llvm-toolchain-5.0 (1:5.0.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New stable release
|
* New stable release
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -152,7 +152,8 @@ ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
|||||||
LLDB_ENABLE=no
|
LLDB_ENABLE=no
|
||||||
else
|
else
|
||||||
# See https://llvm.org/bugs/show_bug.cgi?id=28898
|
# See https://llvm.org/bugs/show_bug.cgi?id=28898
|
||||||
CMAKE_EXTRA += -DLLDB_DISABLE_LIBEDIT=ON
|
# Enable it again as it seems it is fixed upstream https://bugs.llvm.org/show_bug.cgi?id=35291
|
||||||
|
# CMAKE_EXTRA += -DLLDB_DISABLE_LIBEDIT=ON
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LLD_ENABLE=yes
|
LLD_ENABLE=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user