[llvm-bugs] [Bug 32462] New: llvm-nm doesn't handle STT_GNU_IFUNC
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Mar 29 13:33:32 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32462
Bug ID: 32462
Summary: llvm-nm doesn't handle STT_GNU_IFUNC
Product: new-bugs
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvm-bugs at lists.llvm.org, peter at pcc.me.uk
Given an ifunc llvm-nm prints
T ifunc_f1
GNU nm prints
i ifunc_f1
if the input is bitcode we print
D ifunc_f1
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170329/8848bc75/attachment.html>
More information about the llvm-bugs
mailing list