diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-10-24 17:26:26 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-10-24 17:26:26 +0000 |
commit | 1028132b90a10a46c87b2ee2ad0156e2f9143c25 (patch) | |
tree | 2f94baca9bed3e1b745420ea7b0b833d608335a4 | |
parent | 7bab29de32a9dd62f4522c72fd740d164e97d21e (diff) |
Update test for r142801.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142806 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/ARM/elf-thumbfunc-reloc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/elf-thumbfunc-reloc.ll b/test/MC/ARM/elf-thumbfunc-reloc.ll index e7cb01ee40..ecac11daa3 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 <foo> (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 |