mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
Add a class property for the version string. This allows you to use access the version string through `lldb.SBDebugger.version` instead of having to call `lldb.SBDebugger.GetVersionString()`.