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