summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-01-04 13:12:00 +0000
committerDavide Italiano <davide@freebsd.org>2017-01-04 13:12:00 +0000
commit039368e2d2184245ed3888eeb87dedd6fcd599ac (patch)
treeecca95b4f746c0b5de7fdc6156d4eeebc938e985
parent47d6416189fd87cddc5c5ce0e3907d3d7d76742e (diff)
downloadbcm5719-llvm-039368e2d2184245ed3888eeb87dedd6fcd599ac.tar.gz
bcm5719-llvm-039368e2d2184245ed3888eeb87dedd6fcd599ac.zip
[MC/COFF] Fix a test to actually check the relocation.
Inspired by r290953 + grep -R 'CHCEK'. llvm-svn: 290958
-rw-r--r--llvm/test/MC/ARM/coff-relocations.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/coff-relocations.s b/llvm/test/MC/ARM/coff-relocations.s
index 6ebae709f6c..fa2d407bb8f 100644
--- a/llvm/test/MC/ARM/coff-relocations.s
+++ b/llvm/test/MC/ARM/coff-relocations.s
@@ -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
OpenPOWER on IntegriCloud