Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / MC / ELF / weakref-plt.s
blob26ba3f6df543e40e4816fda78bdba1e347602e5b
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump | FileCheck %s
3 .weakref bar,foo
4 call bar@PLT
6 // CHECK: # Symbol 0x00000005
7 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo'
8 // CHECK-NEXT: ('st_bind', 0x00000002)