From 1028132b90a10a46c87b2ee2ad0156e2f9143c25 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 24 Oct 2011 17:26:26 +0000 Subject: [PATCH] Update test for r142801. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142806 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/elf-thumbfunc-reloc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/ARM/elf-thumbfunc-reloc.ll b/test/MC/ARM/elf-thumbfunc-reloc.ll index e7cb01ee409..ecac11daa3c 100644 --- a/test/MC/ARM/elf-thumbfunc-reloc.ll +++ b/test/MC/ARM/elf-thumbfunc-reloc.ll @@ -22,7 +22,7 @@ entry: ; make sure that bl 0 (fff7feff) is correctly encoded -; CHECK: '_section_data', '704700bf 2de90048 fff7feff bde80008' +; CHECK: '_section_data', '704700bf 2de90048 fff7feff bde80088' ; Offset Info Type Sym.Value Sym. Name ; 00000008 0000070a R_ARM_THM_CALL 00000001 foo -- 2.34.1