mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 18:38:00 +00:00
Do not disable polly on s390x
This commit is contained in:
parent
e2c6557046
commit
904f8cdfb8
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
5
debian/rules
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user