File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
// 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
3
3
// REQUIRES: swift_in_compiler
4
4
5
5
// This is an end-to-end test to ensure that the optimizer generates
6
6
// a simple literal for character literals.
7
7
8
- // Please note: this test targets "core2" to ensure consistent output
9
- // on all x86 host processors.
10
-
11
8
// We generate this as an LLVM constant global directly, no runtime heap
12
9
// allocation. Match that.
13
10
// CHECK-LABEL: @"{{.*}}charArrayy{{.*}}" ={{.*}} global {{.*}}ContiguousArrayStorage{{.*}} {{.*}}{ i64 97 }{{.*}}{ i64 98 }{{.*}}{ i64 99 }{{.*}}{ i64 100 }{{.*}}
You can’t perform that action at this time.
0 commit comments