[llvm-bugs] [Bug 44061] shuffled/unsorted assembler output

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Dec 20 15:09:52 PST 2020


https://bugs.llvm.org/show_bug.cgi?id=44061

Fangrui Song <i at maskray.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED
                 CC|                            |i at maskray.me

--- Comment #1 from Fangrui Song <i at maskray.me> ---
MCAsmStreamer::emitRawTextImpl called by MCTargetStreamer::emitValue calls
EmitEOL(), so calling EmitEOL() again in MCAsmStreamer::emitValueImpl will lead
to empty lines, e.g.


.byte 0

.byte 0

-- 
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/0ecd75cd/attachment.html>


More information about the llvm-bugs mailing list