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 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 }{{.*}}
You can’t perform that action at this time.
0 commit comments