|
|
|
|
|
by bluejekyll
3328 days ago
|
|
I agree that ostensibly it is possible. But what I would love is to see either: Apple show how to do it in a supported manner; or someone at least prove that it's possible. So far I haven't seen either. To your comment about bitcode being stable, I don't think that bitcode stability and forward compatibility was something guarateed until 4.0. |
|
I also tried compiling for iOS, which seems to work, but I didn't bother to test the resulting binary.
(As for stability, according to the announcement[1], the previous policy was that bitcode would be readable "up to and including the next major release", which was already reasonable from the perspective of keeping a third-party compiler's output compatible.)
[1] http://blog.llvm.org/2016/12/llvms-new-versioning-scheme.htm...