mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Update the out-of-date dwarf expressions in these testcases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231261 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8dd4cf1581
commit
2e74ddea3a
@ -259,5 +259,5 @@ define hidden void @foobar_func_block_invoke_0(i8* %.block_descriptor, %0* %load
|
||||
!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)
|
||||
|
@ -108,5 +108,5 @@ define internal void @"__24-[Main initWithContext:]_block_invoke_2"(i8* %.block_
|
||||
!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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user