[K/N] Remove obsolete hack in ClangArgs
Fixes backend.native:tests for watchosArm64 target.
This commit is contained in:
@@ -85,12 +85,6 @@ sealed class ClangArgs(
|
|||||||
else -> configurables.osVersionMin
|
else -> configurables.osVersionMin
|
||||||
}
|
}
|
||||||
targetTriple.copy(
|
targetTriple.copy(
|
||||||
architecture = when (targetTriple.architecture) {
|
|
||||||
// TODO: LLVM 8 doesn't support arm64_32.
|
|
||||||
// We can use armv7k because they are compatible at bitcode level.
|
|
||||||
"arm64_32" -> "armv7k"
|
|
||||||
else -> targetTriple.architecture
|
|
||||||
},
|
|
||||||
os = "${targetTriple.os}$osVersionMin"
|
os = "${targetTriple.os}$osVersionMin"
|
||||||
).toString()
|
).toString()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user