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][Clang] Make the parameters and return value of {x,}vorn.v builti ns ...
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
Disassembler
/
LLVMC
/
CMakeLists.txt
blob
60a091efe416fa5bd8950b24e80c15ed1a4e1aa2
1
add_lldb_library(lldbPluginDisassemblerLLVMC PLUGIN
2
DisassemblerLLVMC.cpp
3
4
LINK_LIBS
5
lldbCore
6
lldbSymbol
7
lldbTarget
8
LINK_COMPONENTS
9
${LLVM_TARGETS_TO_BUILD}
10
MC
11
MCDisassembler
12
RuntimeDyld
13
Support
14
TargetParser
15
)