aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/zdefs.s
blob: 410da1812db9602a74d7ebf5454cc7130839904c (plain) (blame)
1
2
3
4
5
6
7
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
# RUN: ld.lld -shared %t.o -o %t1.so

# RUN: not ld.lld -z defs -shared %t.o -o %t1.so 2>&1 | FileCheck -check-prefix=ERR %s
# ERR: undefined symbol: foo

callq foo@PLT