mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 23:59:18 +00:00
Merge branch 'add_libipt_support' into 'snapshot'
lldb: Enable Intel Processor Trace See merge request pkg-llvm-team/llvm-toolchain!139
This commit is contained in:
commit
ace6c5d181
1
debian/control
vendored
1
debian/control
vendored
@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
|||||||
binutils-dev,
|
binutils-dev,
|
||||||
libxml2-dev,
|
libxml2-dev,
|
||||||
libjsoncpp-dev, pkg-config,
|
libjsoncpp-dev, pkg-config,
|
||||||
|
libipt-dev [amd64 i386],
|
||||||
lcov, procps, help2man,
|
lcov, procps, help2man,
|
||||||
zlib1g-dev, libzstd-dev,
|
zlib1g-dev, libzstd-dev,
|
||||||
g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32],
|
g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32],
|
||||||
|
1
debian/control.in
vendored
1
debian/control.in
vendored
@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
|||||||
binutils-dev,
|
binutils-dev,
|
||||||
libxml2-dev,
|
libxml2-dev,
|
||||||
libjsoncpp-dev, pkg-config,
|
libjsoncpp-dev, pkg-config,
|
||||||
|
libipt-dev [amd64 i386],
|
||||||
lcov, procps, help2man,
|
lcov, procps, help2man,
|
||||||
zlib1g-dev, libzstd-dev,
|
zlib1g-dev, libzstd-dev,
|
||||||
g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32],
|
g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32],
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -452,6 +452,9 @@ else
|
|||||||
STAGE_ALL_CMAKE_EXTRA += -DLLDB_ENABLE_LUA=OFF
|
STAGE_ALL_CMAKE_EXTRA += -DLLDB_ENABLE_LUA=OFF
|
||||||
PROJECTS+=;lldb
|
PROJECTS+=;lldb
|
||||||
endif
|
endif
|
||||||
|
ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64))
|
||||||
|
STAGE_ALL_CMAKE_EXTRA += -DLLDB_BUILD_INTEL_PT=ON -DLIBIPT_INCLUDE_PATH=/usr/include -DLIBIPT_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)
|
||||||
|
endif
|
||||||
|
|
||||||
LLDB_PYTHON_DISABLE_DISTRO := bionic buster
|
LLDB_PYTHON_DISABLE_DISTRO := bionic buster
|
||||||
LLDB_PYTHON_ENABLE=yes
|
LLDB_PYTHON_ENABLE=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user