mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 02:21:45 +00:00
fix the clang tests
This commit is contained in:
parent
f866cb54e9
commit
f74d9ce3c4
5
debian/rules
vendored
5
debian/rules
vendored
@ -391,9 +391,10 @@ endif
|
||||
|
||||
# clang tests
|
||||
# setup the env
|
||||
cd $(TARGET_BUILD)/Release/lib/ && ln -s libclang.so libclang.so.1
|
||||
cd $(TARGET_BUILD)/Release/lib/ && ln -s libclang.so libclang.so.1 && ln -s libclang.so libclang-3.6.so.1
|
||||
cd $(TARGET_BUILD)/ && $(MAKE) -C tools/clang/ test || true
|
||||
rm -f $(TARGET_BUILD)/Release/lib/libclang.so.1
|
||||
rm -f $(TARGET_BUILD)/Release/lib/libclang.so.1 $(TARGET_BUILD)/Release/lib/libclang-$(LLVM_VERSION).so.1
|
||||
|
||||
|
||||
# lldb tests
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
||||
|
Loading…
Reference in New Issue
Block a user