[LoongArch][Clang] Make the parameters and return value of {x,}vorn.v builti ns ...
[llvm-project.git] / lldb / source / Plugins / Instruction / ARM / CMakeLists.txt
blob24f803db3d0e2b7acce6ce82595949b50dd50f9c
1 add_lldb_library(lldbPluginInstructionARM PLUGIN
2   EmulateInstructionARM.cpp
3   EmulationStateARM.cpp
5   LINK_LIBS
6     lldbCore
7     lldbHost
8     lldbInterpreter
9     lldbSymbol
10     lldbTarget
11     lldbPluginProcessUtility
12   LINK_COMPONENTS
13     Support
14   )