[llvm] r231261 - Update the out-of-date dwarf expressions in these testcases.

Adrian Prantl aprantl at apple.com
Wed Mar 4 09:40:00 PST 2015


Author: adrian
Date: Wed Mar  4 11:39:59 2015
New Revision: 231261

URL: http://llvm.org/viewvc/llvm-project?rev=231261&view=rev
Log:
Update the out-of-date dwarf expressions in these testcases.

Modified:
    llvm/trunk/test/CodeGen/ARM/debug-info-blocks.ll
    llvm/trunk/test/DebugInfo/X86/debug-info-block-captured-self.ll

Modified: llvm/trunk/test/CodeGen/ARM/debug-info-blocks.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/debug-info-blocks.ll?rev=231261&r1=231260&r2=231261&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/debug-info-blocks.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/debug-info-blocks.ll Wed Mar  4 11:39:59 2015
@@ -259,5 +259,5 @@ define hidden void @foobar_func_block_in
 !161 = !{!"header2.h", !"/Volumes/Sandbox/llvm"}
 !162 = !{i32 1, !"Debug Info Version", i32 3}
 !163 = !MDExpression(DW_OP_plus, 20, DW_OP_deref, DW_OP_plus, 4, DW_OP_deref, DW_OP_plus, 24)
-!164 = !MDExpression(DW_OP_plus, 24)
-!165 = !MDExpression(DW_OP_plus, 28)
+!164 = !MDExpression(DW_OP_deref, DW_OP_plus, 24)
+!165 = !MDExpression(DW_OP_deref, DW_OP_plus, 28)

Modified: llvm/trunk/test/DebugInfo/X86/debug-info-block-captured-self.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/debug-info-block-captured-self.ll?rev=231261&r1=231260&r2=231261&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/debug-info-block-captured-self.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/debug-info-block-captured-self.ll Wed Mar  4 11:39:59 2015
@@ -108,5 +108,5 @@ define internal void @"__24-[Main initWi
 !106 = !MDLocation(line: 40, scope: !42)
 !107 = !MDFile(filename: "llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m", directory: "")
 !108 = !{i32 1, !"Debug Info Version", i32 3}
-!109 = !MDExpression(DW_OP_plus, 32)
-!110 = !MDExpression(DW_OP_plus, 32)
+!109 = !MDExpression(DW_OP_deref, DW_OP_plus, 32)
+!110 = !MDExpression(DW_OP_deref, DW_OP_plus, 32)





More information about the llvm-commits mailing list