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
/
stdout.s
blob
64cf64a72b4b6286f7d5732c474350bc90b5f0f0
1
# REQUIRES: x86
2
3
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
4
# RUN: ld.lld %t.o -o - > %t1
5
# RUN: llvm-objdump -d %t1 | FileCheck %s
6
7
# CHECK: nop
8
9
# RUN: ld.lld %t.o -o %t2
10
# RUN: diff %t1 %t2
11
12
.globl _start
13
_start
:
14
nop