commit | 2272c4811f8d2c56612d483c2546f053e7ea61cc | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Mon Jun 18 15:02:23 2018 +0000 |
committer | Pavel Labath <labath@google.com> | Mon Jun 18 15:02:23 2018 +0000 |
tree | c591a7a541563c323f1b4f8697a8cd7b8ea53f8c | |
parent | 13684d840019282ed720cd52a9a0e6c3485d3a76 [diff] |
Use llvm::VersionTuple instead of manual version marshalling Summary: This has multiple advantages: - we need only one function argument/instance variable instead of three - no need to default initialize variables - no custom parsing code - VersionTuple has comparison operators, which makes version comparisons much simpler Reviewers: zturner, friss, clayborg, jingham Subscribers: emaste, lldb-commits Differential Revision: https://reviews.llvm.org/D47889 llvm-svn: 334950