The option -mmacosx_version_min will still be the canonical option for now, but in the future we will switch over to -mmacos_version_min and make -mmacosx_version_min an alias instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32796
[Driver] Add a "-mmacos_version_min" option that's an alias for "-mmacosx_version_min" ClosedPublic Authored by arphaman on May 3 2017, 4:33 AM.
Details Summary The option -mmacosx_version_min will still be the canonical option for now, but in the future we will switch over to -mmacos_version_min and make -mmacosx_version_min an alias instead.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 3 2017, 8:11 AM Closed by commit rL302240: [Driver] Add a "-mmacos_version_min" option that's an alias for (authored by arphaman). · Explain WhyMay 5 2017, 8:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 97599 include/clang/Driver/Options.td
test/Driver/darwin-version.c
|