We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ca90d commit ab7ae3cCopy full SHA for ab7ae3c
lldb/scripts/generate-vers.pl
lldb/tools/debugserver/source/CMakeLists.txt
@@ -141,14 +141,6 @@ endif()
141
set(DEBUGSERVER_VERS_GENERATED_FILE ${CMAKE_CURRENT_BINARY_DIR}/debugserver_vers.c)
142
set_source_files_properties(${DEBUGSERVER_VERS_GENERATED_FILE} PROPERTIES GENERATED 1)
143
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
-
152
set(lldbDebugserverCommonSources
153
DNBArch.cpp
154
DNBBreakpoint.cpp
0 commit comments