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]
/
llvm
/
test
/
ExecutionEngine
/
JITLink
/
x86-64
/
ELF_empty_section.s
blob
5799c046d1f0976a87bfbd6f494d73d75daf10fa
1
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple x86_64-pc-linux-gnu
%
s
-
o
%
t
2
//
RUN
:
llvm-jitlink
-
noexec
%
t
3
4
.section .foo,
"ax"
5
.globl zero
6
zero
:
7
8
9
.text
10
.globl main
11
main
:
12
nop