Fix off-by-one error in default currentVersion.
authorPete Cooper <peter_cooper@apple.com>
Thu, 11 Aug 2016 18:41:14 +0000 (18:41 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 11 Aug 2016 18:41:14 +0000 (18:41 +0000)
commit932bce6ade232aebfa91ac03be2b47563e8c4a8a
tree0b212a24e0e024e30bb94c29ff3f89ef793152fd
parent35fef211a04abeabb0f4e3b6a80a5bad8ec7f093
Fix off-by-one error in default currentVersion.

A version of 0x1000 is 0.16.0, not 1.0.0 as the comment said.  Fix the
value to match the comment, and also the one test case which had this
wrong.

llvm-svn: 278381
lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
lld/test/mach-o/dylib-install-names.yaml