[all-commits] [llvm/llvm-project] 6e7c4f: [lldb][cmake] Fix lldb_python_target_dir in unusua...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Tue Jun 9 11:45:14 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e7c4fd79d769bf860045af798a1ee7eefc88305
https://github.com/llvm/llvm-project/commit/6e7c4fd79d769bf860045af798a1ee7eefc88305
Author: Eli Friedman <efriedma at qti.qualcomm.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M lldb/CMakeLists.txt
Log Message:
-----------
[lldb][cmake] Fix lldb_python_target_dir in unusual build configurations (#202492)
The lldb binary, when running regression tests, will search for Python
bindings relative to itself. Normally,
`${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}` is consistent with that path,
but both Arm and Qualcomm build toolchains using a configuration where
that doesn't work.
Fix the configuration to use LLVM_RUNTIME_OUTPUT_INTDIR as the source of
truth for where lldb will be installed. This is the variable used to
determine where the lldb binary is located in the build directory, so it
will always be consistent.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list