diff options
Diffstat (limited to 'clang/test/Modules/ModuleDebugInfo.cpp')
-rw-r--r-- | clang/test/Modules/ModuleDebugInfo.cpp | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/clang/test/Modules/ModuleDebugInfo.cpp b/clang/test/Modules/ModuleDebugInfo.cpp index 73443972409..f5341514494 100644 --- a/clang/test/Modules/ModuleDebugInfo.cpp +++ b/clang/test/Modules/ModuleDebugInfo.cpp @@ -20,25 +20,29 @@ // CHECK: distinct !DICompileUnit(language: DW_LANG_{{.*}}C_plus_plus, // CHECK-SAME: isOptimized: false, -// CHECK-SAME-NOT: splitDebugFilename: -// CHECK: dwoId: +// CHECK-NOT: splitDebugFilename: +// CHECK-SAME: dwoId: +// CHECK-SAME: ) // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, name: "Enum" // CHECK-SAME: identifier: "_ZTSN8DebugCXX4EnumE") // CHECK: !DINamespace(name: "DebugCXX" // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, -// CHECK-SAME-NOT: name: +// CHECK-NOT: name: +// CHECK-SAME: ) // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, -// CHECK-SAME-NOT: name: +// CHECK-NOT: name: +// CHECK-SAME: ) // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, -// CHECK-SAME-NOT: name: +// CHECK-NOT: name: // CHECK-SAME: identifier: "_ZTS11TypedefEnum") // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, -// CHECK-SAME-NOT: name: +// CHECK-NOT: name: +// CHECK-SAME: ) // CHECK: !DIEnumerator(name: "e5", value: 5) // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "Struct" @@ -61,11 +65,11 @@ // CHECK: !DIDerivedType(tag: DW_TAG_member, name: "_vptr$FwdVirtual" // CHECK: !DICompositeType(tag: DW_TAG_union_type, -// CHECK-SAME-NOT: name: +// CHECK-NOT: name: // CHECK-SAME: identifier: "_ZTS12TypedefUnion") // CHECK: !DICompositeType(tag: DW_TAG_structure_type, -// CHECK-SAME-NOT: name: +// CHECK-NOT: name: // CHECK-SAME: identifier: "_ZTS13TypedefStruct") // CHECK: !DIDerivedType(tag: DW_TAG_typedef, name: "FloatInstatiation" @@ -75,10 +79,12 @@ // no mangled name here yet. // CHECK: !DICompositeType(tag: DW_TAG_union_type, -// CHECK-SAME-NOT: name: +// CHECK-NOT: name: +// CHECK-SAME: ) // CHECK: !DICompositeType(tag: DW_TAG_structure_type, -// CHECK-SAME-NOT: name: +// CHECK-NOT: name: +// CHECK-SAME: ) // CHECK: !DICompositeType(tag: DW_TAG_structure_type, // CHECK-SAME: name: "InAnonymousNamespace", |