Do not test bitcode embedding on ios_x64
This commit is contained in:
committed by
Sergey Bogolepov
parent
27db6de910
commit
1831108272
@@ -150,7 +150,7 @@ open class FrameworkTest : DefaultTask() {
|
||||
val bitcodeBuildTool = "${configurables.absoluteAdditionalToolsDir}/bin/bitcode-build-tool"
|
||||
val ldPath = "${configurables.absoluteTargetToolchain}/usr/bin/ld"
|
||||
val sdk = when (testTarget) {
|
||||
KonanTarget.IOS_X64 -> Xcode.current.iphonesimulatorSdk
|
||||
KonanTarget.IOS_X64 -> return // bitcode-build-tool doesn't support iPhone Simulator.
|
||||
KonanTarget.IOS_ARM64, KonanTarget.IOS_ARM32 -> Xcode.current.iphoneosSdk
|
||||
KonanTarget.MACOS_X64 -> Xcode.current.macosxSdk
|
||||
else -> error("Cannot validate bitcode for test target $testTarget")
|
||||
|
||||
Reference in New Issue
Block a user