mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-04 09:32:54 +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
1c3a69fcc3
commit
da19aa0c89
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
3
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user