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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs