diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-15 23:51:20 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-15 23:51:20 +0000 |
commit | 64a043045874c9a054f9dfb8d37daf6e5e8d054c (patch) | |
tree | ec705af4478c89bd54992e88ee241e07376bf838 /test/CodeGenCXX/debug-info-dup-fwd-decl.cpp | |
parent | 9a68d4584afcd0853b930bd80235b58736e785b4 (diff) |
Revert "Add a completed/incomplete type difference. This allows us to have"
This reverts commit 9a68d4584afcd0853b930bd80235b58736e785b4.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150637 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-dup-fwd-decl.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-dup-fwd-decl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp b/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp index 42ac61dec5..695d1b0967 100644 --- a/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp +++ b/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s - +// XFAIL: * class Test { public: @@ -19,6 +19,6 @@ protected: Test t; -// CHECK: metadata !"data", metadata !7, i32 14, i64 32, i64 32, i32 0, i32 0 +// CHECK: metadata !"data", metadata !7, i32 13, i64 32, i64 32, i32 0, i32 0 // CHECK: metadata !"", null, i32 0, i64 64, i64 64, i64 0, i32 0, metadata !5} ; [ DW_TAG_pointer_type ] // CHECK-NOT: metadata !"data", metadata !7, i32 13, i64 0, i64 0, i32 0, i32 4, |