Skip to content

Add option to embed LLVM bitcode when crosscompiling for iOS

Tim Thirion requested to merge timt/vtk:update-ios-build into master

This MR adds a CMake option to the iOS build to embed LLVM bitcode when cross-compiling for iOS. It will be an error to not embed bitcode in future versions of Xcode.

Merge request reports