diff options
Diffstat (limited to 'test/PCH/debug-info-limited-struct.c')
-rw-r--r-- | test/PCH/debug-info-limited-struct.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/PCH/debug-info-limited-struct.c b/test/PCH/debug-info-limited-struct.c index 9d0ed26..067f981 100644 --- a/test/PCH/debug-info-limited-struct.c +++ b/test/PCH/debug-info-limited-struct.c @@ -1,4 +1,6 @@ // RUN: %clang_cc1 -emit-pch -o %t %S/debug-info-limited-struct.h // RUN: %clang_cc1 -include-pch %t -emit-llvm %s -g -o - | FileCheck %s -// CHECK-DAG: [ DW_TAG_structure_type ] [foo] {{.*}} [def] +// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "foo" +// CHECK-NOT: flags: {{[^,]*}}FlagFwdDecl +// CHECK-SAME: {{$}} |