3 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o
4 # RUN: echo '{ common; };' > %t.list
5 # RUN: ld.lld --dynamic-list %t.list -shared %t.o -o %t.so
7 # RUN: llvm-readobj -r %t.so | FileCheck %s
9 # CHECK: R_X86_64_GLOB_DAT common 0x0
11 movq common@gotpcrel
(%rip
), %rax