IOS live binaries: should each arch include a bit code?

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

+4
source share
1 answer

Bitcode - LLVM IR, .

, .

UPD.. - Bitcode, : Bitcode Demystified

+4

Source: https://habr.com/ru/post/1599119/


All Articles