commit | 2c3d4b37b6d8bafb0c517e4f172d585e178623d4 | [log] [tgz] |
---|---|---|
author | Sid Manning <[email protected]> | Sat Aug 25 23:16:37 2018 |
committer | Sid Manning <[email protected]> | Sat Aug 25 23:16:37 2018 |
tree | d076eec0b2eee9a1779be7e1385fa355a9abd423 | |
parent | 6d0415e098a6daab8e5c5c583f5fbb7c4b087037 [diff] [blame] |
[ELF][HEXAGON] Add R_HEX_B13_PCREL relocation support Differential Revision: https://reviews.llvm.org/D51166 llvm-svn: 340693
diff --git a/lld/test/ELF/hexagon.s b/lld/test/ELF/hexagon.s index f5874c8..4efd437 100644 --- a/lld/test/ELF/hexagon.s +++ b/lld/test/ELF/hexagon.s
@@ -202,3 +202,7 @@ # R_HEX_B9_PCREL_X: {r0=#1 ; jump ##_start} # CHECK: jump 0x11000 + +# R_HEX_B13_PCREL +if (r0 == #0) jump:t #_start +# CHECK: if (r0==#0) jump:t 0x11000