summaryrefslogtreecommitdiff
path: root/unittests/UnwindAssembly/InstEmulation/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/UnwindAssembly/InstEmulation/CMakeLists.txt')
-rw-r--r--unittests/UnwindAssembly/InstEmulation/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/unittests/UnwindAssembly/InstEmulation/CMakeLists.txt b/unittests/UnwindAssembly/InstEmulation/CMakeLists.txt
deleted file mode 100644
index 7cc0befa386b..000000000000
--- a/unittests/UnwindAssembly/InstEmulation/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-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()