Do not disable polly on s390x

This commit is contained in:
Gianfranco Costamagna 2016-03-07 12:31:32 +00:00
parent e2c6557046
commit 904f8cdfb8
2 changed files with 4 additions and 2 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,5 @@
llvm-toolchain-3.8 (1:3.8-2) UNRELEASED; urgency=medium
* Disable polly on s390x.
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 07 Mar 2016 10:56:05 +0100

5
debian/rules vendored
View File

@ -77,7 +77,7 @@ endif
endif
# Enable polly (or not)
ifeq (,$(filter $(DEB_HOST_ARCH), powerpc s390x))
ifeq (,$(filter $(DEB_HOST_ARCH), powerpc))
POLLY_ENABLE=yes
endif
@ -331,6 +331,9 @@ endif
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)/lib/clang_linux/
mkdir -p $(TARGET_BUILD)/tools/clang/runtime/compiler-rt/clang_linux/
mkdir -p $(TARGET_BUILD)/tools/clang/runtime/compiler-rt/clang_linux/
echo "The *.txt files if available, contain helper to override some of the errors messages" >> $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt
echo "please visit https://github.com/google/sanitizers/wiki/AddressSanitizer for help" >> $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt
# idem for the lldb python binding
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/python2.7/site-packages/lldb/