@@ -105,7 +105,7 @@ func crash_on_dealloc(_ dict : [Int : [Int]] = [:]) {
105
105
func use_unwrapped( _: Int ) { }
106
106
107
107
// CHECK-LABEL: sil hidden [ossa] @$s8optional15explicit_unwrap{{[_0-9a-zA-Z]*}}F
108
- // CHECK: [[FILESTR:%.*]] = string_literal utf8 "{{.*}} optional.swift"
108
+ // CHECK: [[FILESTR:%.*]] = string_literal utf8 "optional/ optional.swift"
109
109
// CHECK-NEXT: [[FILESIZ:%.*]] = integer_literal $Builtin.Word,
110
110
// CHECK-NEXT: [[FILEASC:%.*]] = integer_literal $Builtin.Int1,
111
111
// CHECK-NEXT: [[LINE:%.*]] = integer_literal $Builtin.Word,
@@ -118,7 +118,7 @@ func explicit_unwrap(_ value: Int?) {
118
118
}
119
119
120
120
// CHECK-LABEL: sil hidden [ossa] @$s8optional19explicit_iuo_unwrap{{[_0-9a-zA-Z]*}}F
121
- // CHECK: [[FILESTR:%.*]] = string_literal utf8 "{{.*}} optional.swift"
121
+ // CHECK: [[FILESTR:%.*]] = string_literal utf8 "optional/ optional.swift"
122
122
// CHECK-NEXT: [[FILESIZ:%.*]] = integer_literal $Builtin.Word,
123
123
// CHECK-NEXT: [[FILEASC:%.*]] = integer_literal $Builtin.Int1,
124
124
// CHECK-NEXT: [[LINE:%.*]] = integer_literal $Builtin.Word,
@@ -131,7 +131,7 @@ func explicit_iuo_unwrap(_ value: Int!) {
131
131
}
132
132
133
133
// CHECK-LABEL: sil hidden [ossa] @$s8optional19implicit_iuo_unwrap{{[_0-9a-zA-Z]*}}F
134
- // CHECK: [[FILESTR:%.*]] = string_literal utf8 "{{.*}} optional.swift"
134
+ // CHECK: [[FILESTR:%.*]] = string_literal utf8 "optional/ optional.swift"
135
135
// CHECK-NEXT: [[FILESIZ:%.*]] = integer_literal $Builtin.Word,
136
136
// CHECK-NEXT: [[FILEASC:%.*]] = integer_literal $Builtin.Int1,
137
137
// CHECK-NEXT: [[LINE:%.*]] = integer_literal $Builtin.Word,
@@ -144,7 +144,7 @@ func implicit_iuo_unwrap(_ value: Int!) {
144
144
}
145
145
146
146
// CHECK-LABEL: sil hidden [ossa] @$s8optional34implicit_iuo_unwrap_sourceLocation{{[_0-9a-zA-Z]*}}F
147
- // CHECK: [[FILESTR:%.*]] = string_literal utf8 "custom.swuft"
147
+ // CHECK: [[FILESTR:%.*]] = string_literal utf8 "optional/ custom.swuft"
148
148
// CHECK-NEXT: [[FILESIZ:%.*]] = integer_literal $Builtin.Word,
149
149
// CHECK-NEXT: [[FILEASC:%.*]] = integer_literal $Builtin.Int1,
150
150
// CHECK-NEXT: [[LINE:%.*]] = integer_literal $Builtin.Word, 2000
0 commit comments