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

Fangrui Song <i...@maskray.me> changed:

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

--- Comment #1 from Fangrui Song <i...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to