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
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
lldb
/
unittests
/
Disassembler
/
CMakeLists.txt
blob
de78d12fa2fafd023e4c2f4d4fdac857c1353c45
1
if("ARM" IN_LIST LLVM_TARGETS_TO_BUILD)
2
add_lldb_unittest(DisassemblerTests
3
TestArm64Disassembly.cpp
4
TestArmv7Disassembly.cpp
5
LINK_LIBS
6
lldbCore
7
lldbSymbol
8
lldbTarget
9
lldbPluginDisassemblerLLVM
10
lldbPluginProcessUtility
11
LINK_COMPONENTS
12
Support
13
${LLVM_TARGETS_TO_BUILD})
14
endif()