2 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3 # RUN: echo "_DYNAMIC = 0x123;" > %t.script
4 # RUN: ld.lld -T %t.script %t.o -shared -o %t.so
5 # RUN: llvm-readobj --symbols %t.so | FileCheck %s
8 # CHECK: Name: _DYNAMIC
9 # CHECK-NEXT: Value: 0x123
11 # CHECK-NEXT: Binding: Local
12 # CHECK-NEXT: Type: None
14 # CHECK-NEXT: STV_HIDDEN
16 # CHECK-NEXT: Section: Absolute