1 # REQUIRES: x86-registered-target
2 ## Test we can symbolize STT_GNU_IFUNC symbols.
3 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
4 # RUN: llvm-symbolizer --obj=%t 0 1
13 ## TODO Find the preceding STT_FILE symbol as the filename of l_ifunc.
14 .file "symtab-ifunc.s"
21 .set g_ifunc, .Lg_resolver
22 .type g_ifunc, @gnu_indirect_function
28 .set l_ifunc, .Ll_resolver
29 .type l_ifunc, @gnu_indirect_function