repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Simplify some code with no functionality change. Make the test a lot more
[llvm.git]
/
test
/
MC
/
ARM
/
arm_fixups.s
blob
146de9cf26c3e681672ce8b2f018d817d438eca2
1
//
RUN
:
llvm-mc
-
triple arm-unknown-unknown
%
s
--
show-encoding
> %
t
2
//
RUN
:
FileCheck
< %
t
%
s
3
4
//
CHECK
:
bl
_printf @ encoding
: [
A
,
A
,
A
,
0xeb
]
5
//
CHECK
:
@ fixup
A
-
offset
:
0
,
value
:
_printf
,
kind
:
fixup_arm_branch
6
bl
_printf
7