[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git] / lldb / source / Plugins / OperatingSystem / Python / CMakeLists.txt
blobb5be50d02bdb7424c8c31921b0777da30add46bb
1 add_lldb_library(lldbPluginOperatingSystemPython PLUGIN
2   OperatingSystemPython.cpp
4   LINK_LIBS
5     lldbCore
6     lldbInterpreter
7     lldbSymbol
8     lldbTarget
9     lldbValueObject
10     lldbPluginProcessUtility
11   )