================ @@ -3047,6 +3064,10 @@ void RewriteInstance::selectFunctionsToProcess() { return true; }; + if (auto *InitBD = BC->getBinaryDataByName("_init")) ---------------- peterwaller-arm wrote: Thanks for spotting! https://github.com/llvm/llvm-project/pull/117751