[llvm] r203981 - Re-add checks that were in this testcase before it was converted to dwarfdump.

Adrian Prantl aprantl at apple.com
Fri Mar 14 16:08:21 PDT 2014


Author: adrian
Date: Fri Mar 14 18:08:21 2014
New Revision: 203981

URL: http://llvm.org/viewvc/llvm-project?rev=203981&view=rev
Log:
Re-add checks that were in this testcase before it was converted to dwarfdump.

Modified:
    llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll

Modified: llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll?rev=203981&r1=203980&r2=203981&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll Fri Mar 14 18:08:21 2014
@@ -9,6 +9,12 @@ target triple = "x86_64-apple-darwin10.0
 ; CHECK: DW_TAG_variable
 ; CHECK: DW_TAG_variable
 ; CHECK-NEXT:   DW_AT_name {{.*}} "z_s"
+; CHECK-NEXT:   DW_AT_decl_file
+; CHECK-NEXT:   DW_AT_decl_line
+; CHECK-NEXT:   DW_AT_type{{.*}}{[[TYPE:.*]]}
+; CHECK-NEXT:   DW_AT_location
+; CHECK: [[TYPE]]:
+; CHECK-NEXT: DW_AT_name {{.*}} "int"
 
 
 @.str1 = private unnamed_addr constant [14 x i8] c"m=%u, z_s=%d\0A\00"





More information about the llvm-commits mailing list