Skip to content

Commit 9aba2ce

Browse files
committed
[debugserver] Delete macOS/PPC debug server implementation
macOS/PPC support was dropped in 10.6 (Snow Leopard). Differential Revision: https://reviews.llvm.org/D69524
1 parent dd18729 commit 9aba2ce

File tree

3 files changed

+0
-651
lines changed

3 files changed

+0
-651
lines changed

lldb/tools/debugserver/source/MacOSX/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ if(NOT LLDB_DEBUGSERVER_ARCH OR "${LLDB_DEBUGSERVER_ARCH}" MATCHES ".*86.*")
2626
include_directories(${CURRENT_SOURCE_DIR}/i386 ${CURRENT_SOURCE_DIR}/x86_64)
2727
endif()
2828

29-
if("${LLDB_DEBUGSERVER_ARCH}" MATCHES ".*ppc.*")
30-
list(APPEND SOURCES ppc/DNBArchImpl.cpp)
31-
include_directories(${CURRENT_SOURCE_DIR}/ppc)
32-
endif()
33-
3429
add_subdirectory(DarwinLog)
3530

3631
include_directories(..)

0 commit comments

Comments
 (0)