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.
2 parents 8a0a083 + 15ead8a commit 31cc6b8Copy full SHA for 31cc6b8
validation-test/SILOptimizer/large_string_array.swift.gyb
@@ -18,7 +18,7 @@
18
// Check if the optimizer can optimize the whole array into a statically
19
// initialized global
20
21
-// CHECK: sil_global private @{{.*9str_array.*}}WZTv_ : $_ContiguousArrayStorage<String> = {
+// CHECK: sil_global private [let] @{{.*9str_array.*}}WZTv_ : $_ContiguousArrayStorage<String> = {
22
// CHECK: %initval = object $_ContiguousArrayStorage<String>
23
24
public let str_array: [String] = [
0 commit comments