Skip to content

Commit

Permalink
[MC/COFF] Fix a test to actually check the relocation.
Browse files Browse the repository at this point in the history
Inspired by r290953 + grep -R 'CHCEK'.

llvm-svn: 290958
  • Loading branch information
dcci committed Jan 4, 2017
1 parent 47d6416 commit 039368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/MC/ARM/coff-relocations.s
Expand Up @@ -89,7 +89,7 @@ secrel:

@ CHECK-RELOCATION: Relocations [
@ CHECK-RELOCATION: Section (1) .text {
@ CHCEK-RELOCATION: 0x0 IMAGE_REL_ARM_BRANCH24T
@ CHECK-RELOCATION: 0x0 IMAGE_REL_ARM_BRANCH24T
@ CHECK-RELOCATION: 0x4 IMAGE_REL_ARM_BRANCH20T
@ CHECK-RELOCATION: 0x8 IMAGE_REL_ARM_BLX23T
@ CHECK-RELOCATION: 0xC IMAGE_REL_ARM_MOV32T
Expand Down

0 comments on commit 039368e

Please sign in to comment.