From 83f9e2e2fa27f03ff8c0e14701c4aca369458f2f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 24 Feb 2015 11:05:38 +0000 Subject: [PATCH] add --no-discard-stderr + fix the tests call of polly --- debian/changelog | 12 ++++++++++++ debian/rules | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c15b3c44..a322a0bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +llvm-toolchain-snapshot (1:3.7~svn230314-1~exp1) experimental; urgency=medium + + * New snapshot release + + -- Sylvestre Ledru Tue, 24 Feb 2015 10:13:45 +0100 + +llvm-toolchain-snapshot (1:3.7~svn229829-1~exp1) experimental; urgency=medium + + * New snapshot release + + -- Sylvestre Ledru Thu, 19 Feb 2015 08:33:11 +0100 + llvm-toolchain-snapshot (1:3.7~svn229332-1~exp1) experimental; urgency=medium * New snapshot release diff --git a/debian/rules b/debian/rules index 7f553538..f45423ed 100755 --- a/debian/rules +++ b/debian/rules @@ -250,7 +250,7 @@ build_doc: CMDS="llvm-dwarfdump llvm-mc llvm-mcmarkup llvm-objdump llvm-rtdyld llvm-size llvm-tblgen llvm-ranlib macho-dump lldb clang-format clang-modernize clang clang-tblgen clang-check clang-tidy clang-apply-replacements pp-trace"; \ for f in $$CMDS; do \ echo "Generating manpage of $$f"; \ - LD_LIBRARY_PATH=$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ help2man --version-string=$(LLVM_VERSION) $(TARGET_BUILD)/Release/bin/$$f > debian/man/$$f-$(LLVM_VERSION).1; \ + LD_LIBRARY_PATH=$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ help2man --no-discard-stderr --version-string=$(LLVM_VERSION) $(TARGET_BUILD)/Release/bin/$$f > debian/man/$$f-$(LLVM_VERSION).1; \ done override_dh_auto_install: @@ -415,7 +415,7 @@ endif # polly tests if test $(POLLY_ENABLE) = yes; then \ - cd $(TARGET_BUILD)/ && $(MAKE) -C tools/polly/test/ check-polly || true; \ + 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 # The compression of the code coverage report is done in the