repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
test
/
MC
/
ARM
/
fixup-cpu-mode.s
blob
17f29f94d2d6f5b2fd09981b96b731f6d4815e6d
1
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple thumbv7-linux-gnu
%
s
-
o
%
t
2
//
RUN
:
llvm-objdump
-
triple thumbv7-linux-gnu
-
d
%
t
| FileCheck
%
s
3
4
//
PR18303
5
.code 16
6
.global edata
7
b
edata
//
CHECK
:
b.w
8
.code 32
9