This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Adding experimental support for tvOS and watchOS
ClosedPublic

Authored by beanz on Jan 12 2016, 10:55 AM.

Details

Summary
  • Refactored the iOS config-ix.cmake code to be a more compact loop over supported embedded platforms.
  • Added watchOS and tvOS as experimental platforms, they don't currently build so they are disabled by default

Diff Detail

Repository
rL LLVM

Event Timeline

beanz updated this revision to Diff 44654.Jan 12 2016, 10:55 AM
beanz retitled this revision from to [CMake] Adding experimental support for tvOS and watchOS.
beanz updated this object.
beanz added reviewers: samsonov, zaks.anna, kubamracek.
beanz added a subscriber: llvm-commits.
samsonov accepted this revision.Jan 12 2016, 3:08 PM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 12 2016, 3:08 PM
This revision was automatically updated to reflect the committed changes.