We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b124c0 commit 63b921fCopy full SHA for 63b921f
lldb/scripts/generate-vers.pl
lldb/tools/debugserver/source/CMakeLists.txt
@@ -140,14 +140,6 @@ add_custom_command(OUTPUT ${generated_mach_interfaces}
140
set(DEBUGSERVER_VERS_GENERATED_FILE ${CMAKE_CURRENT_BINARY_DIR}/debugserver_vers.c)
141
set_source_files_properties(${DEBUGSERVER_VERS_GENERATED_FILE} PROPERTIES GENERATED 1)
142
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
-
151
set(lldbDebugserverCommonSources
152
DNBArch.cpp
153
DNBBreakpoint.cpp
0 commit comments