repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LoongArch] Supports FP_TO_SINT operation for fp16 (#118303)
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
Instruction
/
MIPS64
/
CMakeLists.txt
blob
ddb964bf50a59d322a3cb2e506b173e3c70f09ff
1
if(Mips IN_LIST LLVM_TARGETS_TO_BUILD)
2
set(mips_target Mips)
3
endif()
4
5
add_lldb_library(lldbPluginInstructionMIPS64 PLUGIN
6
EmulateInstructionMIPS64.cpp
7
8
LINK_LIBS
9
lldbCore
10
lldbHost
11
lldbInterpreter
12
lldbSymbol
13
lldbPluginProcessUtility
14
LINK_COMPONENTS
15
MC
16
Support
17
${mips_target}
18
)