JDevlieghere added inline comments.

================
Comment at: lldb/tools/debugserver/source/debugserver_vers.c.in:1
-const unsigned char debugserverVersionString[] __attribute__ ((used)) = 
"@(#)PROGRAM:LLDB  
PROJECT:lldb-@LLDB_VERSION_MAJOR@.@LLDB_VERSION_MINOR@.@LLDB_VERSION_PATCH@" 
"\n";
+const unsigned char debugserverVersionString[] __attribute__ ((used)) = 
"@(#)PROGRAM:LLDB  
PROJECT:lldb-@LLDB_VERSION_MAJOR@.@LLDB_VERSION_MINOR@.@LLDB_VERSION_PATCH@@LLDB_VERSION_SUFFIX@"
 "\n";
 const double debugserverVersionNumber __attribute__ ((used)) = 
(double)@LLDB_VERSION_MAJOR@.@LLDB_VERSION_MINOR@;
----------------
The missing dot here is intentional, it's part of the suffix. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101655/new/

https://reviews.llvm.org/D101655

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to