diff options
author | Adrian McCarthy <amccarth@google.com> | 2016-07-21 13:41:25 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2016-07-21 13:41:25 +0000 |
commit | a9a89ae77f7cce2bf9a38c0fcb861c3fe6f50b97 (patch) | |
tree | 1fbbd7ee3a0c53d1932d4fd5fc9ce684ec6a1e60 /clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp | |
parent | a9e477b286eba7a069e2e2a41cdd2dc6dc96893a (diff) | |
download | bcm5719-llvm-a9a89ae77f7cce2bf9a38c0fcb861c3fe6f50b97.tar.gz bcm5719-llvm-a9a89ae77f7cce2bf9a38c0fcb861c3fe6f50b97.zip |
Revert "Include unreferenced nested types in member list only for CodeView"
Patch broke ModuleDebugInfo test on the build bots (but not locally). Again.
svn revision: r276271
This reverts commit 9da8a1b05362bc96f2855fb32b5588b89407685d.
llvm-svn: 276279
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp b/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp index 3b23ebf7ded..f7a2cfe7bae 100644 --- a/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp +++ b/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp @@ -19,6 +19,6 @@ protected: Test t; -// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "data" // CHECK: !DIDerivedType(tag: DW_TAG_pointer_type +// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "data" // CHECK-NOT: !DICompositeType(tag: DW_TAG_structure_type, name: "data" |