From f6f7e0940aef0b1d894a1956c101fb63b366fd52 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 10 May 2018 23:51:37 +0000 Subject: [PATCH] [ELF] Fix two tests after D45788 llvm-svn: 332060 --- lld/test/ELF/aarch64-copy.s | 2 +- lld/test/ELF/arm-copy.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lld/test/ELF/aarch64-copy.s b/lld/test/ELF/aarch64-copy.s index 3e19278..0a8cadf 100644 --- a/lld/test/ELF/aarch64-copy.s +++ b/lld/test/ELF/aarch64-copy.s @@ -90,4 +90,4 @@ _start: // RODATA: Contents of section .rodata: // S(z) = 0x40014 -// RODATA-NEXT: 10282 14000400 +// RODATA-NEXT: 10293 14000400 diff --git a/lld/test/ELF/arm-copy.s b/lld/test/ELF/arm-copy.s index 70f7219..4bdcdce 100644 --- a/lld/test/ELF/arm-copy.s +++ b/lld/test/ELF/arm-copy.s @@ -78,4 +78,4 @@ _start: // RODATA: Contents of section .rodata: // S(z) = 0x13004 -// RODATA-NEXT: 10198 04300100 +// RODATA-NEXT: 101a9 04300100 -- 2.7.4