468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
9 lines
220 B
ArmAsm
9 lines
220 B
ArmAsm
# REQUIRES: x86
|
|
# 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:
|
|
callq _unresolved@PLT
|