From d88ed47cc3bcbe5857b39c055dcb3224e9f544ee Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 26 Jun 2016 06:28:44 +0000 Subject: [PATCH] Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON: https://llvm.org/bugs/show_bug.cgi?id=28127 --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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