summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-07-06 23:28:34 +0000
committerAdrian McCarthy <amccarth@google.com>2016-07-06 23:28:34 +0000
commit20128d94e5494104294719b3938e18ee9c6f2b48 (patch)
treed936e22ca1edea1c4f2513ba68b6e22949148b58 /clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
parentb025d375a154a9faf1d27f0d281fd92c91d34a65 (diff)
downloadbcm5719-llvm-20128d94e5494104294719b3938e18ee9c6f2b48.tar.gz
bcm5719-llvm-20128d94e5494104294719b3938e18ee9c6f2b48.zip
Revert "Retry "Include debug info for nested structs and classes""
Reverting because it causes a test failure on build bots (Modules/ModuleDebugInfo.cpp). Failure does not reproduce locally. svn revision: rL274698 This reverts commit 3c5ed6599b086720aab5b8bd6941149d066806a6. llvm-svn: 274706
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp2
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"
OpenPOWER on IntegriCloud