[Lldb-commits] [PATCH] D83900: [intel-pt] Fix building due to CMake + python changes

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 15 12:37:45 PDT 2020


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83900.278285.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200715/73ece4eb/attachment.bin>


More information about the lldb-commits mailing list