mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 21:33:44 +00:00
If lua is available on the system at built time, a lua lldb binding was created. It was leading to some build failures depending on the package installed on the build system. Force the deactivation of the lua build when lldb is built.
This commit is contained in:
parent
fc7eed0001
commit
2dee6a8174
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -16,6 +16,10 @@ llvm-toolchain-snapshot (1:14~++20211111061527+d56b171ee965-1~exp1) UNRELEASED;
|
||||
as llvm-spir is too old on these version.
|
||||
See bug #52200
|
||||
* Adjust the sphinx build as the makefile have been removed
|
||||
* If lua is available on the system at built time, a lua lldb binding
|
||||
was created. It was leading to some build failures depending
|
||||
on the package installed on the build system.
|
||||
Force the deactivation of the lua build when lldb is built.
|
||||
|
||||
[ Erik Maciejewski ]
|
||||
* Merge migration to 2stage runtimes build 13 => 14
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -323,6 +323,7 @@ ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
||||
# Disable LLDB for this arch.
|
||||
LLDB_ENABLE=no
|
||||
else
|
||||
STAGE_ALL_CMAKE_EXTRA += -DLLDB_ENABLE_LUA=OFF
|
||||
PROJECTS+=;lldb
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user