diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-13 14:56:11 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-13 14:56:11 +0000 |
commit | 8a41bd88d783fa6692bc8aea85bc40d47ae043d0 (patch) | |
tree | f308ee312ae2bfcf693142533d9b8ff73cac7075 /clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp | |
parent | 043fdf091da85ade9473e9c627b38fde4ba6cff3 (diff) | |
download | bcm5719-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.cpp | 1 |
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: |