17 lines
320 B
Text
17 lines
320 B
Text
|
add_lldb_unittest(EmulatorTests
|
||
|
ARM64/TestAArch64Emulator.cpp
|
||
|
LoongArch/TestLoongArchEmulator.cpp
|
||
|
RISCV/TestRISCVEmulator.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldbCore
|
||
|
lldbSymbol
|
||
|
lldbTarget
|
||
|
lldbPluginInstructionARM64
|
||
|
lldbPluginInstructionLoongArch
|
||
|
lldbPluginInstructionRISCV
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|