[llvm-bugs] [Bug 43203] Crash when using .code32 in assembly with target x86_64-unknown-windows

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 3 11:18:48 PDT 2019


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |FIXED

--- Comment #2 from Reid Kleckner <rnk at google.com> ---
The COFF asm streamer shouldn't need to do anything to handle the .code32
directive, so I made it behave as the other object format streamers do in
r370805. Thanks for the report!

-- 
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/20190903/1c1787a1/attachment.html>


More information about the llvm-bugs mailing list