]> granicus.if.org Git - clang/commit
[DarwinDriver] Increase the number of valid digits for ld64 version string.
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 31 Mar 2016 02:45:46 +0000 (02:45 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 31 Mar 2016 02:45:46 +0000 (02:45 +0000)
commitd157ba2e23a3f4e11bdc272ed111417fc40ffc1c
treed8fda940158b4ea5450393d03fe254be1fc7c71e
parent7bbc253b7d872d5e7c2558ac82000ebe3a5c4de0
[DarwinDriver] Increase the number of valid digits for ld64 version string.

Previously only 3 digits were valid. Increase it to 5.

Differential Revision: http://reviews.llvm.org/D18304

rdar://problem/24843016

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264987 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp
lib/Driver/Tools.cpp
test/Driver/darwin-ld.c