diff options
author | Davide Italiano <davide@freebsd.org> | 2017-01-04 13:12:00 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2017-01-04 13:12:00 +0000 |
commit | 039368e2d2184245ed3888eeb87dedd6fcd599ac (patch) | |
tree | ecca95b4f746c0b5de7fdc6156d4eeebc938e985 | |
parent | 47d6416189fd87cddc5c5ce0e3907d3d7d76742e (diff) | |
download | bcm5719-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.s | 2 |
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 |