aboutsummaryrefslogtreecommitdiff
path: root/unittests/UnwindAssembly/InstEmulation/CMakeLists.txt
blob: 7cc0befa386b003a25b59861d941319f7f487a54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if ("AArch64" IN_LIST LLVM_TARGETS_TO_BUILD)
  add_lldb_unittest(InstEmulationTests
    TestArm64InstEmulation.cpp
    LINK_LIBS
      lldbCore
      lldbSymbol
      lldbTarget
      lldbPluginUnwindAssemblyInstEmulation
      lldbPluginDisassemblerLLVM
      lldbPluginInstructionARM64
      lldbPluginProcessUtility
    LINK_COMPONENTS
      Support
      ${LLVM_TARGETS_TO_BUILD})
endif()