summaryrefslogtreecommitdiff
path: root/source/Plugins/Architecture
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-08-20 18:01:57 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-08-20 18:01:57 +0000
commit88c643b6fec27eec436c8d138fee6346e92337d6 (patch)
tree82cd13b2f3cde1c9e5f79689ba4e6ba67694843f /source/Plugins/Architecture
parent94994d372d014ce4c8758b9605d63fae651bd8aa (diff)
Notes
Diffstat (limited to 'source/Plugins/Architecture')
-rw-r--r--source/Plugins/Architecture/Arm/CMakeLists.txt11
-rw-r--r--source/Plugins/Architecture/CMakeLists.txt3
-rw-r--r--source/Plugins/Architecture/Mips/CMakeLists.txt10
-rw-r--r--source/Plugins/Architecture/PPC64/CMakeLists.txt11
4 files changed, 0 insertions, 35 deletions
diff --git a/source/Plugins/Architecture/Arm/CMakeLists.txt b/source/Plugins/Architecture/Arm/CMakeLists.txt
deleted file mode 100644
index 60bbe69a99fbf..0000000000000
--- a/source/Plugins/Architecture/Arm/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-add_lldb_library(lldbPluginArchitectureArm PLUGIN
- ArchitectureArm.cpp
-
- LINK_LIBS
- lldbPluginProcessUtility
- lldbCore
- lldbTarget
- lldbUtility
- LINK_COMPONENTS
- Support
- )
diff --git a/source/Plugins/Architecture/CMakeLists.txt b/source/Plugins/Architecture/CMakeLists.txt
deleted file mode 100644
index 14ad91644595a..0000000000000
--- a/source/Plugins/Architecture/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-add_subdirectory(Arm)
-add_subdirectory(Mips)
-add_subdirectory(PPC64)
diff --git a/source/Plugins/Architecture/Mips/CMakeLists.txt b/source/Plugins/Architecture/Mips/CMakeLists.txt
deleted file mode 100644
index 9734edc6b12bb..0000000000000
--- a/source/Plugins/Architecture/Mips/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-add_lldb_library(lldbPluginArchitectureMips PLUGIN
- ArchitectureMips.cpp
-
- LINK_LIBS
- lldbCore
- lldbTarget
- lldbUtility
- LINK_COMPONENTS
- Support
- )
diff --git a/source/Plugins/Architecture/PPC64/CMakeLists.txt b/source/Plugins/Architecture/PPC64/CMakeLists.txt
deleted file mode 100644
index 2cba112cf8827..0000000000000
--- a/source/Plugins/Architecture/PPC64/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-add_lldb_library(lldbPluginArchitecturePPC64 PLUGIN
- ArchitecturePPC64.cpp
-
- LINK_LIBS
- lldbPluginProcessUtility
- lldbCore
- lldbTarget
- lldbUtility
- LINK_COMPONENTS
- Support
- )