提交 d4f2ef9b 编写于 作者: A Alex Crichton

rollup merge of #27672: eefriedman/ios-target-cpu

This matches the behavior of clang.

See also discussion on #27307.
......@@ -77,8 +77,8 @@ fn target_cpu(arch: Arch) -> String {
Armv7 => "cortex-a8", // iOS7 is supported on iPhone 4 and higher
Armv7s => "cortex-a9",
Arm64 => "cyclone",
I386 => "generic",
X86_64 => "x86-64",
I386 => "yonah",
X86_64 => "core2",
}.to_string()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册