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
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
MC
/
ELF
/
ARM
/
bss-non-zero-value.s
blob
999b8b019c9cfbec7ca96d8fc766c8f8b88a1abd
1
//
RUN
:
not
llvm-mc
-
filetype
=
obj
-
triple arm-linux-gnu
%
s
-
o
%
t
2
>%
t.out
2
//
RUN
:
FileCheck
--
input-file
=%
t.out
%
s
3
//
CHECK
:
non-zero initializer found in section
'.bss'
4
.bss
5
.globl a
6
.align 2
7
a
:
8
.long 1
9
.size a, 4