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