aboutsummaryrefslogtreecommitdiff
path: root/lldb
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-01-17 20:27:24 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-01-17 20:27:24 +0000
commit7cc9cf2bf09f069cb2dd947ead05d0b54301fb71 (patch)
tree2bac2b35d5d597aa34805cb4b4b2644599b58f6a /lldb
parentc80d8fac37703ecdd2c24b90267e62ce8e9b4ea5 (diff)
Notes
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Plugins/ABI/SysV-arc/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/lldb/source/Plugins/ABI/SysV-arc/CMakeLists.txt b/lldb/source/Plugins/ABI/SysV-arc/CMakeLists.txt
deleted file mode 100644
index 3dc0d1c65b46..000000000000
--- a/lldb/source/Plugins/ABI/SysV-arc/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-add_lldb_library(lldbPluginABISysV_arc PLUGIN
- ABISysV_arc.cpp
-
- LINK_LIBS
- lldbCore
- lldbSymbol
- lldbTarget
- lldbPluginProcessUtility
- LINK_COMPONENTS
- Support
- )