File tree 2 files changed +4
-0
lines changed
lldb/tools/debugserver/source 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ add_custom_command(OUTPUT ${generated_mach_interfaces}
139
139
140
140
set (DEBUGSERVER_VERS_GENERATED_FILE ${CMAKE_CURRENT_BINARY_DIR} /debugserver_vers.c)
141
141
set_source_files_properties (${DEBUGSERVER_VERS_GENERATED_FILE} PROPERTIES GENERATED 1)
142
+ configure_file (debugserver_vers.c.in
143
+ ${DEBUGSERVER_VERS_GENERATED_FILE} @ONLY)
142
144
143
145
set (lldbDebugserverCommonSources
144
146
DNBArch.cpp
Original file line number Diff line number Diff line change
1
+ const unsigned char debugserverVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:LLDB PROJECT:lldb-@LLDB_VERSION_MAJOR@.@LLDB_VERSION_MINOR@.@LLDB_VERSION_PATCH@" "\n";
2
+ const double debugserverVersionNumber __attribute__ ((used)) = (double)@LLDB_VERSION_MAJOR@.@LLDB_VERSION_MINOR@;
You can’t perform that action at this time.
0 commit comments