We don’t want the lowest levels of lldb to depend on clang.  If this is useful we should move it from clang to llvm and use llvm::VersionTuple<br><div class="gmail_quote"><div dir="ltr">On Tue, May 8, 2018 at 9:26 AM Greg Clayton via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">No issues from me.<br>
<br>
> On May 8, 2018, at 9:11 AM, Pavel Labath via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a>> wrote:<br>
> <br>
> While moving Args around, I noticed that we have a bunch of<br>
> functions/classes that pass/store version numbers as a triplet of integers<br>
> (e.g. Platform::GetOSVersion). I got halfway into creating a wrapper class<br>
> for that when I noticed clang::VersionTuple, which is pretty much what I<br>
> wanted out of the box.<br>
> <br>
> Now there are small differences between this class, and what we have now:<br>
> it has an extra fourth "build" field, and it uses only 31 bits to represent<br>
>  the values. None of these seem to matter (particularly as we are<br>
> converting our representation into this struct in some places) that much,<br>
> but before I go through the trouble of pulling this class into llvm<br>
> (although technically possible, it seems wrong to pull a clang dependency<br>
> at such a low level), I wanted to make sure we are able to use it.<br>
> <br>
> Do you see any reason why we could not replace our version triplets with<br>
> clang::VersionTuple ?<br>
> <br>
> cheers,<br>
> pl<br>
> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
<br>
_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
</blockquote></div>