This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Add experimental support for building compiler-rt for iOS
AbandonedPublic

Authored by beanz on Jul 9 2015, 1:37 PM.

Details

Summary

This patch is built on top of two other patches which must be applied for this patch to work:
http://reviews.llvm.org/D11073
http://reviews.llvm.org/D11082

This patch adds experimental support for building compiler-rt for iOS. By default this support is disabled, it can be enabled by setting COMPILER_RT_ENABLE_IOS=On.

Diff Detail

Event Timeline

beanz updated this revision to Diff 29382.Jul 9 2015, 1:37 PM
beanz retitled this revision from to [CMake] Add experimental support for building compiler-rt for iOS.
beanz updated this object.
beanz added a subscriber: llvm-commits.
beanz abandoned this revision.Aug 6 2015, 2:14 PM

I'm consolidating this review under D11820 because the fragmented conversation on multiple review threads was not constructive.

-Chris