[llvm-bugs] [Bug 33886] New: Symbol from synthetic section are missing from -Map
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 21 18:13:54 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33886
Bug ID: 33886
Summary: Symbol from synthetic section are missing from -Map
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvm-bugs at lists.llvm.org
Given
.comm foo,4,4
foo is nowhere to be found on the output of -Map. With bfd one gets
COMMON 0x0000000000201000 0x4 test.o
0x0000000000201000 foo
--
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/20170722/b0c52be6/attachment.html>
More information about the llvm-bugs
mailing list