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
/
file-access.s
blob
5a9e53b11140497f5d850a798372ceea2b72cd11
1
# REQUIRES: x86, shell
2
3
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
4
# RUN: ld.lld -r %t.o -o %t1.o
5
# RUN: [ ! -x %t1.o ]
6
# RUN: ld.lld -shared %t.o -o %t2.so
7
# RUN: [ -x %t2.so ]
8
# RUN: ld.lld %t.o -o %t3
9
# RUN: [ -x %t3 ]
10
11
.global _start
12
_start
:
13
nop