* New snapshot release

* polly upstream is now using the isl trunk. Disabling it for now.
This commit is contained in:
Sylvestre Ledru 2014-01-30 00:47:19 +00:00
parent 7cab8fafe6
commit 1432f600f1
3 changed files with 14 additions and 3 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-snapshot (1:3.5~svn200375-1~exp1) experimental; urgency=medium
* New snapshot release
* polly upstream is now using the isl trunk. Disabling it for now.
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 29 Jan 2014 07:36:29 -0800
llvm-toolchain-snapshot (1:3.5~svn199601-1) unstable; urgency=low
* New snapshot release

View File

@ -7,5 +7,5 @@ usr/bin/c-index-test*
tools/clang/tools/scan-build /usr/share/clang/
tools/clang/tools/scan-view /usr/share/clang/
#usr/share/man/man1/clang.1 usr/share/man/man1/
debian/pollycc /usr/bin/
#debian/pollycc /usr/bin/

8
debian/rules vendored
View File

@ -61,7 +61,8 @@ endif
POLLY_ENABLE=no
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' libisl-dev) ge 0.12.1; echo $$?),0)
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' libcloog-isl-dev) ge 0.18.1; echo $$?),0)
POLLY_ENABLE=yes
# polly upstream is now using the isl trunk. disabling it for now
POLLY_ENABLE=no
endif
endif
@ -355,8 +356,11 @@ endif
# Managed by debian build system
rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so
# polly tests
cd $(TARGET_BUILD)/ && $(MAKE) -C tools/polly/test/ check-polly || true
if test $(POLLY_ENABLE) = yes; then \
cd $(TARGET_BUILD)/ && $(MAKE) -C tools/polly/test/ check-polly || true; \
fi
# The compression of the code coverage report is done in the
# hook B21GetCoverageResults on the server