|
1 | 1 | // RUN: %target-swift-frontend %s -Onone -emit-ir -gdwarf-types -o - | %FileCheck %s
|
2 | 2 |
|
3 |
| -// rdar://124465351 |
4 |
| -// UNSUPPORTED: OS=watchos |
5 |
| - |
6 | 3 | // File is empty as this test check for the builtin stdlib types that should
|
7 | 4 | // always be emitted.
|
8 | 5 |
|
9 | 6 | // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$sBoD",
|
10 |
| -// CHECK-SAME: size: 64, num_extra_inhabitants: {{2147483647|4096}}, flags: DIFlagArtificial, |
| 7 | +// CHECK-SAME: size: {{64|32}}, num_extra_inhabitants: {{2147483647|4096}}, flags: DIFlagArtificial, |
11 | 8 | // CHECK-SAME: runtimeLang: DW_LANG_Swift)
|
12 | 9 |
|
13 | 10 | // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$syXlD",
|
14 |
| -// CHECK-SAME: size: 64, |
| 11 | +// CHECK-SAME: size: {{64|32}}, |
15 | 12 |
|
16 | 13 | // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$sBbD",
|
17 |
| -// CHECK-SAME: size: 64, num_extra_inhabitants: {{2147483647|4096}}, flags: DIFlagArtificial, |
| 14 | +// CHECK-SAME: size: {{64|32}}, num_extra_inhabitants: {{2147483647|4096}}, flags: DIFlagArtificial, |
18 | 15 | // CHECK-SAME: runtimeLang: DW_LANG_Swift)
|
19 | 16 |
|
20 | 17 | // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$sBpD",
|
21 |
| -// CHECK-SAME: size: 64, num_extra_inhabitants: 1, flags: DIFlagArtificial, |
| 18 | +// CHECK-SAME: size: {{64|32}}, num_extra_inhabitants: 1, flags: DIFlagArtificial, |
22 | 19 | // CHECK-SAME: runtimeLang: DW_LANG_Swift)
|
23 | 20 |
|
24 | 21 | // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$syyXfD",
|
25 |
| -// CHECK-SAME: size: 64, |
| 22 | +// CHECK-SAME: size: {{64|32}}, |
26 | 23 | // CHECK-SAME: runtimeLang: DW_LANG_Swift
|
27 | 24 |
|
28 |
| -// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$sypXpD", size: 64, |
| 25 | +// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$sypXpD", size: {{64|32}}, |
29 | 26 | // CHECK-SAME: flags: DIFlagArtificial, runtimeLang: DW_LANG_Swift, identifier: "$sypXpD")
|
30 | 27 |
|
31 | 28 |
|
0 commit comments