[Lldb-commits] [lldb] 4c5d523 - [intel-pt] Fix building due to CMake + python changes

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 16 12:20:51 PDT 2020


Author: Walter Erquinigo
Date: 2020-07-16T12:18:59-07:00
New Revision: 4c5d52397e8c8015046ff5541fd0abc738953870

URL: https://github.com/llvm/llvm-project/commit/4c5d52397e8c8015046ff5541fd0abc738953870
DIFF: https://github.com/llvm/llvm-project/commit/4c5d52397e8c8015046ff5541fd0abc738953870.diff

LOG: [intel-pt] Fix building due to CMake + python changes

Python is now handled in CMake with different variables, thus
the intel plugin needs a corresponding update.

Test Plan:

Differential Revision: https://phabricator.intern.facebook.com/D22555992

Added: 
    

Modified: 
    lldb/tools/intel-features/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/tools/intel-features/CMakeLists.txt b/lldb/tools/intel-features/CMakeLists.txt
index efba2f74904f..e5f3bbfaf11a 100644
--- a/lldb/tools/intel-features/CMakeLists.txt
+++ b/lldb/tools/intel-features/CMakeLists.txt
@@ -56,7 +56,7 @@ add_lldb_library(lldbIntelFeatures SHARED
 
   LINK_LIBS
     ${FEATURE_LIBS}
-    ${PYTHON_LIBRARY}
+    ${PYTHON_LIBRARIES}
   )
 
 # Add link dependencies for python wrapper


        


More information about the lldb-commits mailing list