This commit is contained in:
Sylvestre Ledru 2018-12-10 20:24:04 +01:00
parent fd33d6731c
commit e54f11d312

4
debian/rules vendored
View File

@ -444,7 +444,7 @@ debian-libcxxabi-build:
cd libcxx/build && \
$(PRE_PROCESS_CONF) $$CMAKE_BIN ../ \
$(LIBCXX_CMAKE_OPTIONS) \
-DLIBCXX_CXX_ABI=libcxxabi \
-DLIBCXX_CXX_ABI=libcxxabi \
-DLIBCXX_CXX_ABI_INCLUDE_PATHS=$(BASE_PATH)/libcxxabi/include \
-DLIBCXX_CXX_ABI_LIBRARY_PATH=$(BASE_PATH)/libcxxabi/build/lib \
-DLIBCXX_ENABLE_EXCEPTIONS=$(LIBCXX_EXCEPTIONS) \
@ -790,7 +790,7 @@ endif
# polly tests
if test "$(POLLY_ENABLE)" = yes; then \
cd $(TARGET_BUILD)/ && LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ $(MAKE) -C tools/polly/test/ check-polly || true; \
fi
fi
# The compression of the code coverage report is done in the
# hook B21GetCoverageResults on the server