File tree Expand file tree Collapse file tree 4 files changed +24
-39
lines changed
lldb/unittests/Disassembler Expand file tree Collapse file tree 4 files changed +24
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ set (disas_srcs "" )
2+
13if ("ARM" IN_LIST LLVM_TARGETS_TO_BUILD)
2- add_subdirectory (ARM)
4+ list (APPEND
5+ ARM/TestArm64Disassembly.cpp
6+ ARM/TestArmv7Disassembly.cpp
7+ )
38endif ()
49
510if ("X86" IN_LIST LLVM_TARGETS_TO_BUILD)
6- add_subdirectory (x86)
11+ list (APPEND disas_srcs
12+ x86/TestGetControlFlowKindx86.cpp
13+ )
714endif ()
815
916if ("RISCV" IN_LIST LLVM_TARGETS_TO_BUILD)
10- add_subdirectory (RISCV)
17+ list (APPEND disas_srcs
18+ RISCV/TestMCDisasmInstanceRISCV.cpp
19+ )
1120endif ()
21+
22+ add_lldb_unittest(DisassemblerTests
23+ ${disas_srcs}
24+ LINK_LIBS
25+ lldbCore
26+ lldbSymbol
27+ lldbTarget
28+ lldbPluginDisassemblerLLVMC
29+ lldbPluginProcessUtility
30+ LINK_COMPONENTS
31+ Support
32+ ${LLVM_TARGETS_TO_BUILD} )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments