aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/no-undefined.s
blob: fa4d5e928763dc400b1888be94ad903c22acf5b6 (plain) (blame)
1
2
3
4
5
6
7
# 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