kastiglione updated this revision to Diff 296700. kastiglione added a comment.
Update commit message Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88939/new/ https://reviews.llvm.org/D88939 Files: lldb/source/lldb.cpp Index: lldb/source/lldb.cpp =================================================================== --- lldb/source/lldb.cpp +++ lldb/source/lldb.cpp @@ -33,12 +33,7 @@ #endif } -#define QUOTE(str) #str -#define EXPAND_AND_QUOTE(str) QUOTE(str) - const char *lldb_private::GetVersion() { - // On platforms other than Darwin, report a version number in the same style - // as the clang tool. static std::string g_version_str; if (g_version_str.empty()) { g_version_str += "lldb version ";
Index: lldb/source/lldb.cpp =================================================================== --- lldb/source/lldb.cpp +++ lldb/source/lldb.cpp @@ -33,12 +33,7 @@ #endif } -#define QUOTE(str) #str -#define EXPAND_AND_QUOTE(str) QUOTE(str) - const char *lldb_private::GetVersion() { - // On platforms other than Darwin, report a version number in the same style - // as the clang tool. static std::string g_version_str; if (g_version_str.empty()) { g_version_str += "lldb version ";
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits