Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON:

https://llvm.org/bugs/show_bug.cgi?id=28127
This commit is contained in:
Sylvestre Ledru 2016-06-26 06:28:44 +00:00
parent ad1f06835b
commit d88ed47cc3
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

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

2
debian/rules vendored
View File

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