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 30cf647 commit 15ead8aCopy full SHA for 15ead8a
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