[llvm-commits] [llvm] r139549 - /llvm/trunk/test/MC/ARM/elf-thumbfunc-reloc.ll

Owen Anderson resistor at mac.com
Mon Sep 12 15:40:32 PDT 2011


Author: resistor
Date: Mon Sep 12 17:40:31 2011
New Revision: 139549

URL: http://llvm.org/viewvc/llvm-project?rev=139549&view=rev
Log:
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?

Modified:
    llvm/trunk/test/MC/ARM/elf-thumbfunc-reloc.ll

Modified: llvm/trunk/test/MC/ARM/elf-thumbfunc-reloc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/elf-thumbfunc-reloc.ll?rev=139549&r1=139548&r2=139549&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/elf-thumbfunc-reloc.ll (original)
+++ llvm/trunk/test/MC/ARM/elf-thumbfunc-reloc.ll Mon Sep 12 17:40:31 2011
@@ -22,7 +22,7 @@
 
 
 ; 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





More information about the llvm-commits mailing list