mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-18 04:04:27 +00:00
don't run test libclc if not build
This commit is contained in:
parent
b4518ceab1
commit
a2aac98d17
2
debian/rules
vendored
2
debian/rules
vendored
@ -1027,8 +1027,10 @@ endif
|
||||
# MLIR
|
||||
ninja $(VERBOSE) -C $(TARGET_BUILD_STAGE2) check-mlir || true
|
||||
|
||||
ifeq ($(LLVM_SPIRV_INSTALLED),yes)
|
||||
# Libclc
|
||||
ninja $(VERBOSE) -C libclc/build test || true
|
||||
endif
|
||||
|
||||
# LLDB tests
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
||||
|
Loading…
Reference in New Issue
Block a user