Skip to content

Commit 63b921f

Browse files
committed
Remove Xcode project remnants
llvm-svn: 366745
1 parent 7b124c0 commit 63b921f

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

lldb/scripts/generate-vers.pl

-56
This file was deleted.

lldb/tools/debugserver/source/CMakeLists.txt

-8
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,6 @@ add_custom_command(OUTPUT ${generated_mach_interfaces}
140140
set(DEBUGSERVER_VERS_GENERATED_FILE ${CMAKE_CURRENT_BINARY_DIR}/debugserver_vers.c)
141141
set_source_files_properties(${DEBUGSERVER_VERS_GENERATED_FILE} PROPERTIES GENERATED 1)
142142

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

0 commit comments

Comments
 (0)