mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
Disable LLDB_BUILD_INTEL_PT on Ubuntu bionic
This commit is contained in:
parent
3f5db5d6aa
commit
c2a0a64082
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ llvm-toolchain-18 (1:18.1.8-3) UNRELEASED; urgency=medium
|
||||
* Revert LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON
|
||||
9ca35f30383d89e4fdd45d15e0eb82c832df4b8c
|
||||
For causing https://github.com/llvm/llvm-project/issues/96210
|
||||
* Disable LLDB_BUILD_INTEL_PT on Ubuntu bionic
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 13 Jul 2024 10:26:40 +0200
|
||||
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -462,9 +462,13 @@ else
|
||||
STAGE_ALL_CMAKE_EXTRA += -DLLDB_ENABLE_LUA=OFF
|
||||
PROJECTS+=;lldb
|
||||
endif
|
||||
|
||||
LLDB_PT_DISABLE_DISTRO := bionic
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64))
|
||||
ifneq (,$(filter $(LLDB_PT_DISABLE_DISTRO),$(DISTRO)))
|
||||
STAGE_ALL_CMAKE_EXTRA += -DLLDB_BUILD_INTEL_PT=ON -DLIBIPT_INCLUDE_PATH=/usr/include -DLIBIPT_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)
|
||||
endif
|
||||
endif
|
||||
|
||||
LLDB_PYTHON_DISABLE_DISTRO := bionic buster
|
||||
LLDB_PYTHON_ENABLE=yes
|
||||
|
Loading…
Reference in New Issue
Block a user