Skip to content

Commit 58473d8

Browse files
committed
[lldb] Use LLDB_VERSION_STRING instead of CLANG_VERSION_STRING
1 parent c6be2ad commit 58473d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Version/Version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static const char *GetLLDBVersion() {
1515
#ifdef LLDB_FULL_VERSION_STRING
1616
return LLDB_FULL_VERSION_STRING;
1717
#else
18-
return "lldb version " CLANG_VERSION_STRING;
18+
return "lldb version " LLDB_VERSION_STRING;
1919
#endif
2020
}
2121

0 commit comments

Comments
 (0)