[LoongArch][Clang] Make the parameters and return value of {x,}vorn.v builti ns ...
[llvm-project.git] / lldb / source / Plugins / Instruction / PPC64 / CMakeLists.txt
blob0926433fc77cf963da2cf8aeadd0f143d00eaa66
1 add_lldb_library(lldbPluginInstructionPPC64 PLUGIN
2   EmulateInstructionPPC64.cpp
4   LINK_LIBS
5     lldbCore
6     lldbInterpreter
7     lldbSymbol
8     lldbPluginProcessUtility
9   LINK_COMPONENTS
10     Support
11   )