Skip to content

Commit e28e0d5

Browse files
authored
Merge pull request #68286 from atrick/test
Remove CPU requirement from test/SILOptimizer/character_literals.swift
2 parents e14bda9 + 74362d2 commit e28e0d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/SILOptimizer/character_literals.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
// RUN: %target-swift-frontend -parse-as-library -O -emit-ir %s | %FileCheck %s
2-
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib,CPU=arm64
2+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
33
// REQUIRES: swift_in_compiler
44

55
// This is an end-to-end test to ensure that the optimizer generates
66
// a simple literal for character literals.
77

8-
// Please note: this test targets "core2" to ensure consistent output
9-
// on all x86 host processors.
10-
118
// We generate this as an LLVM constant global directly, no runtime heap
129
// allocation. Match that.
1310
// CHECK-LABEL: @"{{.*}}charArrayy{{.*}}" ={{.*}} global {{.*}}ContiguousArrayStorage{{.*}} {{.*}}{ i64 97 }{{.*}}{ i64 98 }{{.*}}{ i64 99 }{{.*}}{ i64 100 }{{.*}}

0 commit comments

Comments
 (0)