diff options
author | Manman Ren <manman.ren@gmail.com> | 2013-10-11 18:50:00 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2013-10-11 18:50:00 +0000 |
commit | 47cbe033f66595b1a14635b58942492cc1430655 (patch) | |
tree | 26206e1d5c6f1e714d7cf8fdefca22fcae16d20c /test | |
parent | e5f740cc4f994c0db13a66de699bf95ccf24130e (diff) | |
download | external_llvm-47cbe033f66595b1a14635b58942492cc1430655.zip external_llvm-47cbe033f66595b1a14635b58942492cc1430655.tar.gz external_llvm-47cbe033f66595b1a14635b58942492cc1430655.tar.bz2 |
Debug Info Testing Case: check for the name of a structure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/DebugInfo/tu-composite.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/tu-composite.ll b/test/DebugInfo/tu-composite.ll index 0d71d8a..17bdae7 100644 --- a/test/DebugInfo/tu-composite.ll +++ b/test/DebugInfo/tu-composite.ll @@ -17,6 +17,7 @@ ; CHECK: NULL ; CHECK: [[TYPE2:.*]]: DW_TAG_structure_type +; CHECK: DW_AT_name [DW_FORM_strp] {{.*}}= "bar") ; CHECK: DW_TAG_structure_type ; CHECK: DW_AT_name [DW_FORM_strp] {{.*}}= "D") ; CHECK: DW_TAG_member |