tpoechtrager / cctools-port

Apple cctools port for Linux and *BSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

muratmat opened this issue · 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

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.

#31