[llvm] r192478 - Debug Info Testing Case: check for the name of a structure.

Manman Ren manman.ren at gmail.com
Fri Oct 11 11:50:00 PDT 2013


Author: mren
Date: Fri Oct 11 13:50:00 2013
New Revision: 192478

URL: http://llvm.org/viewvc/llvm-project?rev=192478&view=rev
Log:
Debug Info Testing Case: check for the name of a structure.

Modified:
    llvm/trunk/test/DebugInfo/tu-composite.ll

Modified: llvm/trunk/test/DebugInfo/tu-composite.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/tu-composite.ll?rev=192478&r1=192477&r2=192478&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/tu-composite.ll (original)
+++ llvm/trunk/test/DebugInfo/tu-composite.ll Fri Oct 11 13:50:00 2013
@@ -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





More information about the llvm-commits mailing list