diff --git a/debian/changelog b/debian/changelog index ad653701..576108f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ llvm-toolchain-snapshot (1:3.9~svn273256-1~exp1) UNRELEASED; urgency=medium * cmake files moved from usr/lib/llvm-3.9/share/llvm/cmake/ to usr/lib/llvm-3.9/lib/cmake/llvm/ (upstream change) + * Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON: + https://llvm.org/bugs/show_bug.cgi?id=28127 [ YunQiang Su ] * Enable FPXX by default on mips/mipsel (Closes: #826749) diff --git a/debian/rules b/debian/rules index ed038a13..50b64188 100755 --- a/debian/rules +++ b/debian/rules @@ -445,7 +445,7 @@ endif # LLDB tests (CMake) ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel)) -ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS))) +ifneq (,$(filter codecoverageDISABLED,$(DEB_BUILD_OPTIONS))) LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/$(TARGET_BUILD)/lib/ $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true endif endif