2 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3 # RUN: echo "SECTIONS { foo = bar; .bar : { *(.bar*) } }" > %t.script
4 # RUN: ld.lld %t.o --script %t.script -o %t.so -shared
5 # RUN: llvm-readobj --symbols %t.so | FileCheck %s
9 # CHECK-NEXT: Value: 0x[[VAL:.*]]
11 # CHECK-NEXT: Value: 0x[[VAL]]