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
[C++20] [Modules] Fix may-be incorrect ADL for module local entities (#123931)
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
Instruction
/
MIPS
/
CMakeLists.txt
blob
d25735dd86c87bbff88b63313ec355bb60d8b19c
1
if(Mips IN_LIST LLVM_TARGETS_TO_BUILD)
2
set(mips_target Mips)
3
endif()
4
5
add_lldb_library(lldbPluginInstructionMIPS PLUGIN
6
EmulateInstructionMIPS.cpp
7
8
LINK_LIBS
9
lldbCore
10
lldbSymbol
11
lldbTarget
12
lldbPluginProcessUtility
13
LINK_COMPONENTS
14
MC
15
Support
16
${mips_target}
17
)