wallace created this revision. wallace added reviewers: clayborg, aadsm. Herald added subscribers: lldb-commits, mgorny. Herald added a project: LLDB.
Python is now handled in CMake with different variables, thus the intel plugin needs a corresponding update. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D83900 Files: lldb/tools/intel-features/CMakeLists.txt Index: lldb/tools/intel-features/CMakeLists.txt =================================================================== --- lldb/tools/intel-features/CMakeLists.txt +++ lldb/tools/intel-features/CMakeLists.txt @@ -56,7 +56,7 @@ LINK_LIBS ${FEATURE_LIBS} - ${PYTHON_LIBRARY} + ${PYTHON_LIBRARIES} ) # Add link dependencies for python wrapper
Index: lldb/tools/intel-features/CMakeLists.txt =================================================================== --- lldb/tools/intel-features/CMakeLists.txt +++ lldb/tools/intel-features/CMakeLists.txt @@ -56,7 +56,7 @@ LINK_LIBS ${FEATURE_LIBS} - ${PYTHON_LIBRARY} + ${PYTHON_LIBRARIES} ) # Add link dependencies for python wrapper
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits