mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 10:04:48 +00:00
fix a typo in the check sanitizer
This commit is contained in:
parent
42d0ccfc40
commit
849a2e688f
2
debian/rules
vendored
2
debian/rules
vendored
@ -499,7 +499,7 @@ endif
|
||||
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-clang || true
|
||||
|
||||
# Sanitizer
|
||||
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-sanitize || true
|
||||
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-sanitizer || true
|
||||
|
||||
# LLDB tests (CMake)
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
||||
|
Loading…
Reference in New Issue
Block a user