mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 14:48:35 +00:00
* New snapshot release
* polly upstream is now using the isl trunk. Disabling it for now.
This commit is contained in:
parent
7cab8fafe6
commit
1432f600f1
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
llvm-toolchain-snapshot (1:3.5~svn199601-1) unstable; urgency=low
|
||||||
|
|
||||||
* New snapshot release
|
* New snapshot release
|
||||||
|
2
debian/clang-3.5.install
vendored
2
debian/clang-3.5.install
vendored
@ -7,5 +7,5 @@ usr/bin/c-index-test*
|
|||||||
tools/clang/tools/scan-build /usr/share/clang/
|
tools/clang/tools/scan-build /usr/share/clang/
|
||||||
tools/clang/tools/scan-view /usr/share/clang/
|
tools/clang/tools/scan-view /usr/share/clang/
|
||||||
#usr/share/man/man1/clang.1 usr/share/man/man1/
|
#usr/share/man/man1/clang.1 usr/share/man/man1/
|
||||||
debian/pollycc /usr/bin/
|
#debian/pollycc /usr/bin/
|
||||||
|
|
||||||
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -61,7 +61,8 @@ endif
|
|||||||
POLLY_ENABLE=no
|
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}' 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)
|
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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -355,8 +356,11 @@ endif
|
|||||||
|
|
||||||
# Managed by debian build system
|
# Managed by debian build system
|
||||||
rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so
|
rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so
|
||||||
|
|
||||||
# polly tests
|
# 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
|
# The compression of the code coverage report is done in the
|
||||||
# hook B21GetCoverageResults on the server
|
# hook B21GetCoverageResults on the server
|
||||||
|
Loading…
Reference in New Issue
Block a user