mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 02:38:07 +08:00
[lldb] Use LLDB_VERSION_STRING instead of CLANG_VERSION_STRING
This commit is contained in:
@@ -15,7 +15,7 @@ static const char *GetLLDBVersion() {
|
||||
#ifdef LLDB_FULL_VERSION_STRING
|
||||
return LLDB_FULL_VERSION_STRING;
|
||||
#else
|
||||
return "lldb version " CLANG_VERSION_STRING;
|
||||
return "lldb version " LLDB_VERSION_STRING;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user