diff options
| author | Manman Ren <manman.ren@gmail.com> | 2013-08-26 22:40:31 +0000 |
|---|---|---|
| committer | Manman Ren <manman.ren@gmail.com> | 2013-08-26 22:40:31 +0000 |
| commit | c4ca9b0d3a445fa060939a63614c6de5b95da361 (patch) | |
| tree | 2ef91219e6e5c7e924598c24c77a42b2bfe047da /clang/test/CodeGenCXX/debug-info-union-template.cpp | |
| parent | 0ed70aeb85cb0bf00721015afdebb4b825dc6fa1 (diff) | |
| download | bcm5719-llvm-c4ca9b0d3a445fa060939a63614c6de5b95da361.tar.gz bcm5719-llvm-c4ca9b0d3a445fa060939a63614c6de5b95da361.zip | |
Debug Info: add an identifier field to DICompositeType.
Paired with llvm r189282.
Update testing cases to handle an extra field for DICompositeType.
llvm-svn: 189283
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-union-template.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/debug-info-union-template.cpp | 2 |
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 f5e6e14a71d..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:.*]]} ; [ 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 ] |

