[llvm-bugs] [Bug 27898] New: MC includes COFF symbols starting with L in the output
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu May 26 14:36:33 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27898
Bug ID: 27898
Summary: MC includes COFF symbols starting with L in the output
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: MC
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
given
---------------------------------------
leaq Lfoo1(%rip), %rax
leaq .Lfoo2(%rip), %rax
leaq foo3(%rip), %rax
Lfoo1:
.Lfoo2:
foo3:
------------------------------------
MC will putt Lfoo1 and foo3 in the symbol table. gas puts only foo3. This is
significant because llc prints private GVs with an L prefix so they show up.
--
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/20160526/70618baa/attachment.html>
More information about the llvm-bugs
mailing list