microsoft / spoor

Compiler-instrumented app tracing.
https://www.spoor.dev
Other
52 stars 6 forks source link

Reintroduce bitcode support in Xcode toolchain #265

Open lelandjansen opened 2 years ago

lelandjansen commented 2 years ago

rules_apple's apple_xcframework rule does not support embedding bitcode (yet). #266 works around this limitation by stripping the -fembed-bitcode and -fembed-bitcode-marker linker flags. We should reintroduce the stripped flags when bitcode support is available.

Introduced in #266.

lelandjansen commented 2 years ago

Bitcode is deprecated in Xcode 14.