repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[X86][MC,LLD][NFC] Rename R_X86_64_REX2_GOTPCRELX (#116737)
[llvm-project.git]
/
llvm
/
test
/
MC
/
Hexagon
/
pcrel.s
blob
282f09d405a9c236e4bfa67d5f14f31afa29b103
1
# RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -r - | FileCheck %s
2
#
3
4
# make sure the fixups emitted match what is
5
# expected.
6
.Lpc:
7
r0
=
add
(
pc
,
##foo@PCREL)
8
9
# CHECK: R_HEX_B32_PCREL_X
10
# CHECK: R_HEX_6_PCREL_X
11