mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
Also disable lldb tests under armel (like armhf). Timeout
This commit is contained in:
parent
7d9ccfc4b6
commit
b6decde1d0
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-3.4 (1:3.4.1-5) unstable; urgency=medium
|
||||
|
||||
* Also disable lldb tests under armel (like armhf). Timeout
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 04 Jun 2014 14:24:05 +0200
|
||||
|
||||
llvm-toolchain-3.4 (1:3.4.1-4) unstable; urgency=medium
|
||||
|
||||
* Be less permissive when installing lldb. Remove duplication of the install
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -358,7 +358,7 @@ endif
|
||||
rm -f $(TARGET_BUILD)/Release/lib/libclang.so.1
|
||||
|
||||
# lldb tests
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf))
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
||||
if test $(LLDB_ENABLE) = yes; then \
|
||||
cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h _lldb.so -o ! -f _lldb.so; then ln -s ../../../liblldb.so _lldb.so; fi; \
|
||||
if test ! -h libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT) -o ! -f _lldb.so; then \
|
||||
|
Loading…
Reference in New Issue
Block a user