When creating a library that should be used in applications with support for bit coding, is it necessary to build each arch in a bold binary file with the help of -fembed-bitcodeor only one of them?
One of them, because the bitcode is architecture independent and will simply be duplicated?
All of them due to the fact that pre-processor commands can change the code based on the architecture (for example, the width of the NSInteger)?
Exclude x86 fragments otherwise duplicate symbol _llvm.cmdline? - rdar: // 21884601
source
share