| commit | 433cb315d3adfd80f7b8ea737e51a5deef53c56e | [log] [tgz] |
|---|---|---|
| author | Bob Wilson <bob.wilson@apple.com> | Tue Apr 07 01:03:35 2015 +0000 |
| committer | Bob Wilson <bob.wilson@apple.com> | Tue Apr 07 01:03:35 2015 +0000 |
| tree | 8747ffa39ebf2e0e230ecd43791a430a0e318056 | |
| parent | 991815577934d2c9f2d83479c0f9e1f425798071 [diff] |
Report an error when -m<os>-version-min= does not specify a version. Currently if you use -mmacosx-version-min or -mios-version-min without specifying a version number, clang silently sets the minimum version to "0.0.0". This is almost certainly not what was intended, so it is better to report it as an error. rdar://problem/20433945 llvm-svn: 234270