diff options
| -rw-r--r-- | lld/test/mach-o/arm64-reloc-negDelta32-fixup.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/mach-o/arm64-reloc-negDelta32-fixup.yaml b/lld/test/mach-o/arm64-reloc-negDelta32-fixup.yaml index ca718c77668..8beab2841dc 100644 --- a/lld/test/mach-o/arm64-reloc-negDelta32-fixup.yaml +++ b/lld/test/mach-o/arm64-reloc-negDelta32-fixup.yaml @@ -8,7 +8,7 @@ # make sure that the offset in the FDE to the CIE is the correct value. # CHECK: {{[0-9abcdef]*}} 10000000 00000000 017a5200 01781e01 # CHECK: {{[0-9abcdef]*}} 100c1f00 20000000 18000000 e4ffffff -# Note, this one that matters ^~~~~~~~ +# Note, this one that matters ^~~~~~~~ # It needs to be 0x18 as that is the offset back to 0 where the CIE is. # CHECK: {{[0-9abcdef]*}} ffffffff 20000000 00000000 00480e10 # CHECK: {{[0-9abcdef]*}} 9e019d02 00000000 |

