repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
MC
/
Hexagon
/
got.s
blob
85409ee4a900dc799243b6996c5e0f7d2451861f
1
# RUN: llvm-mc -arch=hexagon -filetype=obj %s | llvm-objdump -r - | FileCheck %s
2
#
3
4
# make sure the fixups emitted match what is
5
# expected.
6
.Lgot:
7
r0
=
memw
(
r1
+
##foo@GOT)
8
9
# CHECK: R_HEX_GOT_32_6_X foo
10
# CHECK: R_HEX_GOT_11_X foo
11