commit | 42e75daaefc11922c585053bfa5e5db6ff312c3e | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Mon Feb 13 14:56:11 2012 +0000 |
committer | Eric Christopher <echristo@apple.com> | Mon Feb 13 14:56:11 2012 +0000 |
tree | 8a1695b4f6a8206b26ccc9d5d7f664d1b77e2d2c | |
parent | 63d7ed8470e528da56ac4b2deae6a31ec3bd44fc [diff] [blame] |
Temporarily walk back a few of my recent debug info limiting changes while reworking how we handle wanting to emit only parts of structures. Fixes PR11970. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150388 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp b/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp index d7cf275..695d1b0 100644 --- a/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp +++ b/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
@@ -1,4 +1,5 @@ // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s +// XFAIL: * class Test { public: