summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-09-12 22:40:31 +0000
committerOwen Anderson <resistor@mac.com>2011-09-12 22:40:31 +0000
commit1b7090c9b3090f9d92dccc5f0acab2f1b196d3cc (patch)
treef6777b07c2b987fcf64713de75d8965b55373eae
parenteecd273951167ba30927f91c3b67d1229c841ec3 (diff)
downloadbcm5719-llvm-1b7090c9b3090f9d92dccc5f0acab2f1b196d3cc.tar.gz
bcm5719-llvm-1b7090c9b3090f9d92dccc5f0acab2f1b196d3cc.zip
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?
llvm-svn: 139549
-rw-r--r--llvm/test/MC/ARM/elf-thumbfunc-reloc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/elf-thumbfunc-reloc.ll b/llvm/test/MC/ARM/elf-thumbfunc-reloc.ll
index ecac11daa3c..e7cb01ee409 100644
--- a/llvm/test/MC/ARM/elf-thumbfunc-reloc.ll
+++ b/llvm/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 bde80088'
+; CHECK: '_section_data', '704700bf 2de90048 fff7feff bde80008'
; Offset Info Type Sym.Value Sym. Name
; 00000008 0000070a R_ARM_THM_CALL 00000001 foo
OpenPOWER on IntegriCloud