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
/
directive-object_arch-3.s
blob
5dd26197ab1621d352466060c03203bf14d14702
1
@ RUN
:
llvm-mc
-
triple armv7-eabi
-
filetype asm
-
o
- %
s | FileCheck
%
s
2
3
.syntax unified
4
5
.arch armv7
6
.object_arch armv4
7
8
@ CHECK
:
.text
9
@ CHECK
:
.arch armv7
10
@ CHECK
:
.object_arch armv4
11