[all-commits] [llvm/llvm-project] 2fd547: [lldb][windows] fix undeclared identifier error Ge...
Charles Zablit via All-commits
all-commits at lists.llvm.org
Wed Feb 11 11:26:23 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fd5479f2c78780c76424d4d918d69b32bf1573c
https://github.com/llvm/llvm-project/commit/2fd5479f2c78780c76424d4d918d69b32bf1573c
Author: Charles Zablit <c_zablit at apple.com>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M lldb/source/Host/windows/PythonPathSetup/PythonPathSetup.cpp
Log Message:
-----------
[lldb][windows] fix undeclared identifier error GetModulePath (#180989)
`LLDB_PYTHON_DLL_RELATIVE_PATH` can be unset while
`LLDB_PYTHON_RUNTIME_LIBRARY_FILENAME` is, since it's set automatically
by CMake. This situation causes a build failure which this patch fixes.
This issue was introduced in
https://github.com/llvm/llvm-project/pull/180784.
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