blob: 94378bde40a26248f5dff9a5ac31da2e0e1c0f80 [file] [log] [blame]
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: not ld.lld --no-undefined -shared %t -o %t.so
# RUN: ld.lld -shared %t -o %t1.so
.globl _shared
_shared:
call _unresolved