summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-union-template.cpp
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-08-29 20:48:48 +0000
committerManman Ren <manman.ren@gmail.com>2013-08-29 20:48:48 +0000
commitf801f808ba8a5933c8321c6f7295312b394c664b (patch)
treeeb0002ef358113aeef2881ce47cc7b12a27e66dd /clang/test/CodeGenCXX/debug-info-union-template.cpp
parent825d2084da02f9f6aa976d9d8acd8eb5a9b95ab2 (diff)
downloadbcm5719-llvm-f801f808ba8a5933c8321c6f7295312b394c664b.tar.gz
bcm5719-llvm-f801f808ba8a5933c8321c6f7295312b394c664b.zip
Debug Info: this reverts commit r189600.
We had further discussions on how to retain types, whether to do it in front end or in DIBuilder. And we agree to do it in DIBuilder so front ends generating unique identifier do not need to worry about retaining them. llvm-svn: 189609
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-union-template.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-union-template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-union-template.cpp b/clang/test/CodeGenCXX/debug-info-union-template.cpp
index 570520d03d9..0f2dbc4a471 100644
--- a/clang/test/CodeGenCXX/debug-info-union-template.cpp
+++ b/clang/test/CodeGenCXX/debug-info-union-template.cpp
@@ -10,6 +10,6 @@ namespace PR15637 {
Value<float> f;
}
-// CHECK: {{.*}}, metadata !"Value<float>", {{.*}}, null, metadata [[TTPARAM:.*]], metadata !"_ZTSN7PR156375ValueIfEE"} ; [ DW_TAG_union_type ] [Value<float>]
+// CHECK: {{.*}}, metadata !"Value<float>", {{.*}}, null, metadata [[TTPARAM:.*]], null} ; [ DW_TAG_union_type ] [Value<float>]
// CHECK: [[TTPARAM]] = metadata !{metadata [[PARAMS:.*]]}
// CHECK: [[PARAMS]] = metadata !{{{.*}}metadata !"T",{{.*}}} ; [ DW_TAG_template_type_parameter ]
OpenPOWER on IntegriCloud