diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
commit | 5e20cdd81c44a443562a09007668ffdf76c455af (patch) | |
tree | dbbd4047878da71c1a706e26ce05b4e7791b14cc /test/PCH/debug-info-limited-struct.c | |
parent | d5f23b0b7528b5c3caed1ba14f897cc4aaa9e3c3 (diff) |
Notes
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 9d0ed26f34cf..067f98165a27 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: {{$}} |