From f04be1fb3a9f4b8a7591824d6985556ac578e3cf Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 3 Mar 2015 17:25:55 +0000 Subject: DebugInfo: Move new hierarchy into place (clang) Update testcases for LLVM change in r231082 to use the new debug info hierarchy. llvm-svn: 231083 --- clang/test/CodeGenCXX/debug-info-fwd-ref.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'clang/test/CodeGenCXX/debug-info-fwd-ref.cpp') diff --git a/clang/test/CodeGenCXX/debug-info-fwd-ref.cpp b/clang/test/CodeGenCXX/debug-info-fwd-ref.cpp index c479506c61e..351dc0524e9 100644 --- a/clang/test/CodeGenCXX/debug-info-fwd-ref.cpp +++ b/clang/test/CodeGenCXX/debug-info-fwd-ref.cpp @@ -18,7 +18,8 @@ int main(int argc, char** argv) { // Make sure we have two DW_TAG_structure_types for baz and bar and no forward // references. -// CHECK-NOT: [fwd] -// CHECK: [ DW_TAG_structure_type ] [bar] -// CHECK: [ DW_TAG_structure_type ] [baz] -// CHECK-NOT: [fwd] +// CHECK-NOT: DIFlagFwdDecl +// CHECK: !MDCompositeType(tag: DW_TAG_structure_type, name: "bar" +// CHECK-NOT: DIFlagFwdDecl +// CHECK: !MDCompositeType(tag: DW_TAG_structure_type, name: "baz" +// CHECK-NOT: DIFlagFwdDecl -- cgit v1.2.3