1// REQUIRES: x86
2// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux
3// RUN: ld.lld %t.o %p/Inputs/version-use.so -o %t.so -shared -z defs
4// RUN: llvm-readobj -S %t.so | FileCheck %s
5
6
7        call    bar@PLT
8
9// CHECK-NOT: SHT_GNU_versym
10