Bring back the libedit support in lldb

Fix upstream bug https://bugs.llvm.org/show_bug.cgi?id=35291
This commit is contained in:
Sylvestre Ledru 2017-12-22 10:42:59 +00:00
parent 9e711d0143
commit b919d9f746
2 changed files with 9 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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
View File

@ -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