[K/N] Switch from cyclone to apple-a7 for Apple AArch64
This change shouldn't affect behaviour, but rather makes bitcode a bit more consistent with what Xcode generates.
This commit is contained in:
@@ -146,7 +146,7 @@ targetToolchain.macos_x64-macos_arm64 = target-toolchain-xcode_12_5
|
||||
targetTriple.macos_arm64 = arm64-apple-macos
|
||||
targetSysRoot.macos_arm64 = target-sysroot-xcode_12_5-macosx
|
||||
# TODO: Check Clang behaviour.
|
||||
targetCpu.macos_arm64 = cyclone
|
||||
targetCpu.macos_arm64 = apple-a7
|
||||
clangFlags.macos_arm64 = -cc1 -emit-obj -disable-llvm-passes -x ir
|
||||
clangNooptFlags.macos_arm64 = -O1
|
||||
clangOptFlags.macos_arm64 = -O3
|
||||
@@ -217,7 +217,7 @@ target-sysroot-xcode_12_5-iphoneos.default = \
|
||||
|
||||
targetTriple.ios_arm64 = arm64-apple-ios
|
||||
targetSysRoot.ios_arm64 = target-sysroot-xcode_12_5-iphoneos
|
||||
targetCpu.ios_arm64 = cyclone
|
||||
targetCpu.ios_arm64 = apple-a7
|
||||
clangFlags.ios_arm64 = -cc1 -emit-obj -disable-llvm-passes -x ir
|
||||
clangNooptFlags.ios_arm64 = -O1
|
||||
clangOptFlags.ios_arm64 = -O3
|
||||
@@ -272,7 +272,7 @@ target-sysroot-xcode_12_5-ios_simulator_arm64.default = \
|
||||
|
||||
targetTriple.ios_simulator_arm64 = arm64-apple-ios-simulator
|
||||
targetSysRoot.ios_simulator_arm64 = target-sysroot-xcode_12_5-iphonesimulator
|
||||
targetCpu.ios_simulator_arm64 = cyclone
|
||||
targetCpu.ios_simulator_arm64 = apple-a7
|
||||
clangFlags.ios_simulator_arm64 = -cc1 -emit-obj -disable-llvm-passes -x ir
|
||||
clangNooptFlags.ios_simulator_arm64 = -O1
|
||||
clangOptFlags.ios_simulator_arm64 = -O3
|
||||
@@ -322,7 +322,7 @@ target-sysroot-xcode_12_5-tvos_simulator_arm64.default = \
|
||||
|
||||
targetTriple.tvos_simulator_arm64 = arm64-apple-tvos-simulator
|
||||
targetSysRoot.tvos_simulator_arm64 = target-sysroot-xcode_12_5-appletvsimulator
|
||||
targetCpu.tvos_simulator_arm64 = cyclone
|
||||
targetCpu.tvos_simulator_arm64 = apple-a7
|
||||
clangFlags.tvos_simulator_arm64 = -cc1 -emit-obj -disable-llvm-passes -x ir
|
||||
clangNooptFlags.tvos_simulator_arm64 = -O1
|
||||
clangOptFlags.tvos_simulator_arm64 = -O3
|
||||
@@ -347,7 +347,7 @@ target-sysroot-xcode_12_5-appletvos.default = \
|
||||
|
||||
targetTriple.tvos_arm64 = arm64-apple-tvos
|
||||
targetSysRoot.tvos_arm64 = target-sysroot-xcode_12_5-appletvos
|
||||
targetCpu.tvos_arm64 = cyclone
|
||||
targetCpu.tvos_arm64 = apple-a7
|
||||
clangFlags.tvos_arm64 = -cc1 -emit-obj -disable-llvm-passes -x ir
|
||||
clangNooptFlags.tvos_arm64 = -O1
|
||||
clangOptFlags.tvos_arm64 = -O3
|
||||
@@ -476,7 +476,7 @@ target-sysroot-xcode_12_5-watchos_simulator_arm64.default = \
|
||||
|
||||
targetTriple.watchos_simulator_arm64 = arm64-apple-watchos-simulator
|
||||
targetSysRoot.watchos_simulator_arm64 = target-sysroot-xcode_12_5-watchsimulator
|
||||
targetCpu.watchos_simulator_arm64 = cyclone
|
||||
targetCpu.watchos_simulator_arm64 = apple-a7
|
||||
clangFlags.watchos_simulator_arm64 = -cc1 -emit-obj -disable-llvm-passes -x ir
|
||||
clangNooptFlags.watchos_simulator_arm64 = -O1
|
||||
clangOptFlags.watchos_simulator_arm64 = -O3
|
||||
|
||||
Reference in New Issue
Block a user