Skip to content

Commit ab7ae3c

Browse files
JDevlieghereadrian-prantl
authored andcommitted
Remove Xcode project remnants
llvm-svn: 366745 (cherry picked from commit 63b921f) Conflicts: lldb/tools/debugserver/source/CMakeLists.txt
1 parent 00ca90d commit ab7ae3c

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

lldb/scripts/generate-vers.pl

Lines changed: 0 additions & 56 deletions
This file was deleted.

lldb/tools/debugserver/source/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,6 @@ endif()
141141
set(DEBUGSERVER_VERS_GENERATED_FILE ${CMAKE_CURRENT_BINARY_DIR}/debugserver_vers.c)
142142
set_source_files_properties(${DEBUGSERVER_VERS_GENERATED_FILE} PROPERTIES GENERATED 1)
143143

144-
add_custom_command(OUTPUT ${DEBUGSERVER_VERS_GENERATED_FILE}
145-
COMMAND ${LLDB_SOURCE_DIR}/scripts/generate-vers.pl
146-
${LLDB_SOURCE_DIR}/lldb.xcodeproj/project.pbxproj debugserver
147-
> ${DEBUGSERVER_VERS_GENERATED_FILE}
148-
DEPENDS ${LLDB_SOURCE_DIR}/scripts/generate-vers.pl
149-
${LLDB_SOURCE_DIR}/lldb.xcodeproj/project.pbxproj
150-
)
151-
152144
set(lldbDebugserverCommonSources
153145
DNBArch.cpp
154146
DNBBreakpoint.cpp

0 commit comments

Comments
 (0)