summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-02-13 14:56:11 +0000
committerEric Christopher <echristo@apple.com>2012-02-13 14:56:11 +0000
commit8a41bd88d783fa6692bc8aea85bc40d47ae043d0 (patch)
treef308ee312ae2bfcf693142533d9b8ff73cac7075 /clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
parent043fdf091da85ade9473e9c627b38fde4ba6cff3 (diff)
downloadbcm5719-llvm-8a41bd88d783fa6692bc8aea85bc40d47ae043d0.tar.gz
bcm5719-llvm-8a41bd88d783fa6692bc8aea85bc40d47ae043d0.zip
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. llvm-svn: 150388
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp b/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
index d7cf27534d7..695d1b0967e 100644
--- a/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
+++ b/clang/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:
OpenPOWER on IntegriCloud