llvm-project/lldb/source/Plugins/ObjectFile
Pavel Labath 2272c4811f 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
2018-06-18 15:02:23 +00:00
..
ELF [FileSpec] Delegate common operations to llvm::sys::path 2018-06-13 16:23:21 +00:00
JIT Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Mach-O Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
PECOFF Add .debug_names section glue code 2018-06-01 12:06:45 +00:00
CMakeLists.txt