mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 06:31:27 +00:00
intel-pt: show a message when disabled
This commit is contained in:
parent
12059d75d8
commit
70922e1ac0
4
debian/rules
vendored
4
debian/rules
vendored
@ -469,7 +469,9 @@ ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64))
|
||||
# Disable intel-pt on old distro, fails on bionic (too old)
|
||||
ifeq (,$(filter $(DISTRO), $(INTEL_PT_DISABLE_DISTRO)))
|
||||
STAGE_ALL_CMAKE_EXTRA += -DLLDB_BUILD_INTEL_PT=ON -DLIBIPT_INCLUDE_PATH=/usr/include -DLIBIPT_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)
|
||||
endif
|
||||
else
|
||||
$(info Intel PT disabled for $(DISTRO))
|
||||
endif
|
||||
endif
|
||||
|
||||
LLDB_PYTHON_DISABLE_DISTRO := bionic buster
|
||||
|
Loading…
Reference in New Issue
Block a user