3 ## Confirm --dynamic-list identifies symbols by entries, including wildcards.
4 ## Entries need not match a symbol.
6 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o
8 # RUN: echo '{ [fb]o?1*; };' > %t.list
9 # RUN: ld.lld -pie --dynamic-list %t.list %t.o -o %t
10 # RUN: llvm-readelf --dyn-syms %t | FileCheck %s
12 # CHECK: Symbol table '.dynsym' contains 4 entries:
17 .globl _start, boo1, foo1, foo11, foo2