File tree Expand file tree Collapse file tree 2 files changed +0
-64
lines changed Expand file tree Collapse file tree 2 files changed +0
-64
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -140,14 +140,6 @@ add_custom_command(OUTPUT ${generated_mach_interfaces}
140140set (DEBUGSERVER_VERS_GENERATED_FILE ${CMAKE_CURRENT_BINARY_DIR} /debugserver_vers.c)
141141set_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-
151143set (lldbDebugserverCommonSources
152144 DNBArch.cpp
153145 DNBBreakpoint.cpp
You can’t perform that action at this time.
0 commit comments