34cb79fc9f
Force generation of ARM instruction set for iosArm32 and watchosArm32 targets for C++ code. There is no need for such adjustments for Kotlin code because we don't specify any target features in IrToBitcode and compiler backend infers target features from target architecture (which is armv7* and not thumbv7).