We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc0b98 commit d1f3d7bCopy full SHA for d1f3d7b
test/SILOptimizer/character_literals.swift
@@ -1,5 +1,5 @@
1
-// RUN: %target-swift-frontend -parse-as-library -O -target-cpu core2 -emit-ir %s | %FileCheck %s
2
-// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib,CPU=x86_64
+// RUN: %target-swift-frontend -parse-as-library -O -emit-ir %s | %FileCheck %s
+// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib,CPU=arm64
3
// REQUIRES: swift_in_compiler
4
5
// This is an end-to-end test to ensure that the optimizer generates
0 commit comments