When building a library that is to be used in bitcode-enabled apps, does each arch in the fat binary need to be built with -fembed-bitcode
or only one of them?
One of them because the bitcode is architecture-independent and will just be duplicated?
All of them because pre-processor commands may alter the code based on architecture (e.g. NSInteger width)?
Excluding x86 slices otherwise duplicate symbol _llvm.cmdline
happens?
- rdar://21884601