================
@@ -61,6 +61,8 @@ if (LLDB_ENABLE_PYTHON)
"Path to python interpreter exectuable, relative to python's install
prefix")
set(cachestring_LLDB_PYTHON_EXT_SUFFIX
"Filename extension for native code python modules")
+ set(cachestring_LLDB_PYTHON_RUNTIME_LIBRARY_FILENAME
+ "Filename of Python's runtime library")
foreach(var LLDB_PYTHON_RELATIVE_PATH LLDB_PYTHON_EXE_RELATIVE_PATH
LLDB_PYTHON_EXT_SUFFIX)
----------------
mstorsjo wrote:
If the `cachestring_` above is to be used, we should include
`LLDB_PYTHON_RUNTIME_LIBRARY_FILENAME` in this loop too (if that makes sense?
not familiar with what this does...). Otherwise the `cachestring_` variable
isn't used at all.
https://github.com/llvm/llvm-project/pull/164893
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits