Sign in
cobalt
/
cobalt
/
c73ce7d5dfce7ae20bcc30efc5f220e0fbac12b1
/
.
/
src
/
third_party
/
llvm-project
/
lld
/
test
/
ELF
/
no-undefined.s
blob: 854114b6a0720e24ec8df4de3079d33a7d2f3c37 [
file
] [
log
] [
blame
]
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: not ld.lld --no-undefined -shared %t -o /dev/null
# RUN: ld.lld -shared %t -o /dev/null
.globl _shared
_shared
:
callq _unresolved
@
PLT