$OpenBSD: patch-tools_lldb_include_lldb_Host_openbsd_HostInfoOpenBSD_h,v 1.1 2019/01/28 06:27:28 jca Exp $

Use llvm::VersionTuple instead of manual version marshalling

Index: tools/lldb/include/lldb/Host/openbsd/HostInfoOpenBSD.h
--- tools/lldb/include/lldb/Host/openbsd/HostInfoOpenBSD.h.orig
+++ tools/lldb/include/lldb/Host/openbsd/HostInfoOpenBSD.h
@@ -12,12 +12,13 @@
 
 #include "lldb/Host/posix/HostInfoPosix.h"
 #include "lldb/Utility/FileSpec.h"
+#include "llvm/Support/VersionTuple.h"
 
 namespace lldb_private {
 
 class HostInfoOpenBSD : public HostInfoPosix {
 public:
-  static bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update);
+  static llvm::VersionTuple GetOSVersion();
   static bool GetOSBuildString(std::string &s);
   static bool GetOSKernelDescription(std::string &s);
   static FileSpec GetProgramFileSpec();
