libLTO (with -bitcode_hide_symbols) not built by the iOS build script #71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
I was wondering why the iOS build example does not build the Apple libLTO (the one installed on my system does not support -bitcode_hide_symbols). Must such Apple specific lib version be built separately? Many thanks in advance
Because it would cause incompatibilities. You can't mix vanilla Clang with Apple libLTO. If
-bitcode_hide_symbolssupport is wanted, users have to build „apple-clang“ on their own.https://github.com/tpoechtrager/cctools-port/issues/31