You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if("ARM" IN_LIST LLVM_TARGETS_TO_BUILD)
|
|
add_lldb_unittest(EmulatorTests
|
|
TestAArch64Emulator.cpp
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbPluginInstructionARM64
|
|
LINK_COMPONENTS
|
|
Support
|
|
${LLVM_TARGETS_TO_BUILD})
|
|
endif()
|