[lld] r277929 - COFF ARM: Fix typos in the relocation test

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 6 11:02:51 PDT 2016


Author: compnerd
Date: Sat Aug  6 13:02:51 2016
New Revision: 277929

URL: http://llvm.org/viewvc/llvm-project?rev=277929&view=rev
Log:
COFF ARM: Fix typos in the relocation test

Fix comments.  NFC.

Patch by Martin Storsjö!

Modified:
    lld/trunk/test/COFF/reloc-arm.test

Modified: lld/trunk/test/COFF/reloc-arm.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/reloc-arm.test?rev=277929&r1=277928&r2=277929&view=diff
==============================================================================
--- lld/trunk/test/COFF/reloc-arm.test (original)
+++ lld/trunk/test/COFF/reloc-arm.test Sat Aug  6 13:02:51 2016
@@ -33,16 +33,16 @@ sections:
         Type:            2  # IMAGE_REL_ARM_ADDR32NB
       - VirtualAddress:  32
         SymbolName:      foo
-        Type:            17  # IMAGE_REL_AMD64_MOV32T
+        Type:            17  # IMAGE_REL_ARM_MOV32T
       - VirtualAddress:  48
         SymbolName:      foo
-        Type:            20  # IMAGE_REL_AMD64_BRANCH24T
+        Type:            20  # IMAGE_REL_ARM_BRANCH24T
       - VirtualAddress:  64
         SymbolName:      foo
         Type:            18  # IMAGE_REL_ARM_BRANCH20T
       - VirtualAddress:  80
         SymbolName:      foo
-        Type:            21  # IMAGE_REL_AMD64_BLX23T
+        Type:            21  # IMAGE_REL_ARM_BLX23T
       - VirtualAddress:  96
         SymbolName:      bar
         Type:            20  # IMAGE_REL_ARM_BRANCH24T




More information about the llvm-commits mailing list