[PATCH] D18304: [DarwinDriver] Increase the number of valid digits for ld version string

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 11:03:09 PDT 2016


rnk added a subscriber: rnk.

================
Comment at: lib/Driver/Driver.cpp:2541
@@ +2540,3 @@
+/// no extra characters remaining at the end.
+bool Driver::GetReleaseVersion(const char *Str, unsigned MaxDigits,
+                               MutableArrayRef<unsigned> Digits) {
----------------
You don't need a MaxDigits parameter, it's the same as Digits.size().


http://reviews.llvm.org/D18304





More information about the cfe-commits mailing list