cctools-port icon indicating copy to clipboard operation
cctools-port copied to clipboard

libLTO (with -bitcode_hide_symbols) not built by the iOS build script

Open muratmat opened this issue 6 years ago • 1 comments

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

muratmat avatar Sep 19 '19 09:09 muratmat

Because it would cause incompatibilities. You can't mix vanilla Clang with Apple libLTO. If -bitcode_hide_symbols support is wanted, users have to build „apple-clang“ on their own.

https://github.com/tpoechtrager/cctools-port/issues/31

tpoechtrager avatar Sep 19 '19 10:09 tpoechtrager