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-undefined.s
blob
854114b6a0720e24ec8df4de3079d33a7d2f3c37
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
3
# RUN: not ld.lld --no-undefined -shared %t -o /dev/null
4
# RUN: ld.lld -shared %t -o /dev/null
5
6
.globl _shared
7
_shared
:
8
callq _unresolved@PLT