From 926785487d95e4b0afef2c375a06b41dd317e836 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 12 Sep 2011 22:40:31 +0000 Subject: Fix a failing ELF Thumb test. I _think_ this is right, but it's not totally clear to me what this test is doing. Could someone on an ELF platform check? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139549 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 ecac11d..e7cb01e 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 bde80088' +; CHECK: '_section_data', '704700bf 2de90048 fff7feff bde80008' ; Offset Info Type Sym.Value Sym. Name ; 00000008 0000070a R_ARM_THM_CALL 00000001 foo -- cgit v1.1