summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/UnwindAssembly/ARM64/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/UnwindAssembly/ARM64/CMakeLists.txt')
-rw-r--r--lldb/unittests/UnwindAssembly/ARM64/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/lldb/unittests/UnwindAssembly/ARM64/CMakeLists.txt b/lldb/unittests/UnwindAssembly/ARM64/CMakeLists.txt
new file mode 100644
index 00000000000..77924792fe5
--- /dev/null
+++ b/lldb/unittests/UnwindAssembly/ARM64/CMakeLists.txt
@@ -0,0 +1,13 @@
+add_lldb_unittest(Arm64InstEmulationTests
+ TestArm64InstEmulation.cpp
+ LINK_LIBS
+ lldbCore
+ lldbSymbol
+ lldbTarget
+ lldbPluginUnwindAssemblyInstEmulation
+ lldbPluginDisassemblerLLVM
+ lldbPluginInstructionARM64
+ lldbPluginProcessUtility
+ LINK_COMPONENTS
+ Support
+ ${LLVM_TARGETS_TO_BUILD})
OpenPOWER on IntegriCloud