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