mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-04 16:56:46 +00:00
fix a typo in the check sanitizer
This commit is contained in:
parent
d1cbeddb9f
commit
a0f823ffcc
2
debian/rules
vendored
2
debian/rules
vendored
@ -458,7 +458,7 @@ ifeq (${LLD_ENABLE},yes)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Sanitizer
|
# Sanitizer
|
||||||
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-sanitize || true
|
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-sanitizer || true
|
||||||
|
|
||||||
# LLDB tests (CMake)
|
# LLDB tests (CMake)
|
||||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user