This is an archive of the discontinued LLVM Phabricator instance.

[Docs] Modernize references to macOS
ClosedPublic

Authored by jryans on May 30 2019, 5:21 AM.

Details

Summary

This updates all places in documentation that refer to "Mac OS X", "OS X", etc.
to instead use the modern name "macOS" when no specific version number is
mentioned.

If a specific version is mentioned, this attempts to use the OS name at the time
of that version:

  • Mac OS X for 10.0 - 10.7
  • OS X for 10.8 - 10.11
  • macOS for 10.12 - present

Diff Detail

Repository
rL LLVM

Event Timeline

jryans created this revision.May 30 2019, 5:21 AM
Herald added projects: Restricted Project, Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptMay 30 2019, 5:21 AM

I'm fine with the libc++ changes.

This revision is now accepted and ready to land.May 30 2019, 9:39 AM
This revision was automatically updated to reflect the committed changes.