[LoongArch] Supports FP_TO_SINT operation for fp16 (#118303)
[llvm-project.git] / lldb / source / Plugins / Instruction / MIPS64 / CMakeLists.txt
blobddb964bf50a59d322a3cb2e506b173e3c70f09ff
1 if(Mips IN_LIST LLVM_TARGETS_TO_BUILD)
2   set(mips_target Mips)
3 endif()
5 add_lldb_library(lldbPluginInstructionMIPS64 PLUGIN
6   EmulateInstructionMIPS64.cpp
8   LINK_LIBS
9     lldbCore
10     lldbHost
11     lldbInterpreter
12     lldbSymbol
13     lldbPluginProcessUtility
14   LINK_COMPONENTS
15     MC
16     Support
17     ${mips_target}
18   )