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]
/
lld
/
test
/
ELF
/
no-obj.s
blob
ce89ca96cce6d6ccc54d5a1b98ff40359c3008e7
1
//
REQUIRES
:
x86
2
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple
=
x86_64-pc-linux
%
s
-
o
%
t.o
3
//
RUN
:
rm
-
f
%
t.
a
4
//
RUN
:
llvm-ar rcs
%
t.
a
%
t.o
5
//
RUN
:
ld.lld
-
o
/
dev
/
null
-
u _start
%
t.
a
2
>&
1
| count
0
6
7
.global _start
8
_start
: