mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
fix lldb tests
This commit is contained in:
parent
c4023a670c
commit
0fae00cebf
5
debian/rules
vendored
5
debian/rules
vendored
@ -352,7 +352,10 @@ endif
|
|||||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf))
|
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf))
|
||||||
if test $(LLDB_ENABLE) = yes; then \
|
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; \
|
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 ln -s ../../../libLLVM-$(LLVM_VERSION).so libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT); fi; \
|
if test ! -h libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT) -o ! -f _lldb.so; then \
|
||||||
|
ln -s ../../../libLLVM-$(LLVM_VERSION).so libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT); \
|
||||||
|
ln -s ../../../libLLVM-$(LLVM_VERSION).so libLLVM-$(LLVM_VERSION_FULL).so.$(SONAME_EXT); \
|
||||||
|
fi; \
|
||||||
fi
|
fi
|
||||||
cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true
|
cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true
|
||||||
if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \
|
if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user