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

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 13:12:56 PDT 2016


bruno updated this revision to Diff 51828.
bruno added a comment.

Thanks Reid. The original idea was to have MaxDigits despite the size of the input array (but bounded by its size). But since there are no other users up to this point, your suggestion seems better, updated the patch to reflect it.


http://reviews.llvm.org/D18304

Files:
  include/clang/Driver/Driver.h
  lib/Driver/Driver.cpp
  lib/Driver/Tools.cpp
  test/Driver/darwin-ld.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18304.51828.patch
Type: text/x-patch
Size: 4674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160328/6ca9d9d4/attachment.bin>


More information about the cfe-commits mailing list