[llvm-bugs] [Bug 44103] labels emitted twice
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Dec 20 14:39:23 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44103
Fangrui Song <i at maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |i at maskray.me
Resolution|--- |WORKSFORME
--- Comment #2 from Fangrui Song <i at maskray.me> ---
I believe this is correct. MCTargetEmitter::emitLabel is supposed to add some
attributes or register it internally while MCAsmStreamer::emitLabel prints the
label. The naming may be confusing, though.
--
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/20201220/e9811d2a/attachment.html>
More information about the llvm-bugs
mailing list