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
/
invalid
/
executable.s
blob
254075146e1530fe80e2c495cfbd96f71da5f424
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
3
# RUN: ld.lld -o %t1.exe %t.o
4
# RUN: not ld.lld -o /dev/null %t1.exe 2>&1 | FileCheck %s
5
# CHECK: unknown file type
6
7
.global _start
8
_start
:
9
ret