Desactivate lldb-server fix which breaks libpolly

This commit is contained in:
Pablo Oliveira 2016-09-20 08:04:10 +00:00
parent 2938ba641c
commit cb022593fb
2 changed files with 2 additions and 2 deletions

View File

@ -35,5 +35,5 @@ disable-source-interleave.diff
silent-gold-utils.diff
disable-llvm-symbolizer-test.diff
kfreebsd-support.diff
fix-lldb-server-build
#fix-lldb-server-build
clang-tidy-run-bin.diff

2
debian/rules vendored
View File

@ -465,7 +465,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