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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
Hexagon
/
got.s
blob
bffe989a98a57d86ae77c1d20b5a35e855fd1286
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
.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