This is an archive of the discontinued LLVM Phabricator instance.

Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
ClosedPublic

Authored by beanz on Jun 25 2015, 12:26 PM.

Details

Summary

For better or worse the OS X command line tools refer to the iOS simulator as iphonesimucator. We should provide an alias flag -miphonesimulator-version-min that matches a consistent pattern with the other tools.

This is in the interest of making it easier for people to write platform-agnostic darwin build scripts.

Diff Detail

Repository
rL LLVM

Event Timeline

beanz updated this revision to Diff 28492.Jun 25 2015, 12:26 PM
beanz retitled this revision from to Add -miphonesimulator-version-min as alias to -ios-simulator-version-min..
beanz updated this object.
beanz edited the test plan for this revision. (Show Details)
beanz added reviewers: bob.wilson, bogner.
beanz added a subscriber: Unknown Object (MLST).
beanz updated this revision to Diff 28494.Jun 25 2015, 12:32 PM

Woops. An option can't alias an alias.

beanz accepted this revision.Jun 25 2015, 1:25 PM
beanz added a reviewer: beanz.

Marking as accepted as per Bob's email. Will commit shortly with a test case.

This revision is now accepted and ready to land.Jun 25 2015, 1:25 PM
This revision was automatically updated to reflect the committed changes.