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:46:32 +00:00
parent 1c3a69fcc3
commit da19aa0c89
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ llvm-toolchain-snapshot (1:6.0~svn315736-2) unstable; urgency=medium
* Create clang-tools-6.0 and move the various clang tools into it
clang-tools-6.0 depends on clang-6.0. This might affect some packages.
(Closes: #836397)
* Bring back the libedit support in lldb
Fix upstream bug https://bugs.llvm.org/show_bug.cgi?id=35291
* Also ship ld64.lld and wasm-ld in the lld-X.Y package
* Update d/rules to reflect the move of libfuzzer into compiler-rt
* Update of the copyright file (Closes: #878502)

3
debian/rules vendored
View File

@ -151,7 +151,8 @@ ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
LLDB_ENABLE=no
else
# 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
LLD_ENABLE=yes