[LLVMbugs] [Bug 17627] compile simple gas style assembly file and target MSVC COFF object file

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Oct 21 11:12:12 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17627

Reid Kleckner <rnk at google.com> changed:

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

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
Don't we already support this?

I think you're hitting a separate issue that for some reason you get ELF when
you try to assemble a .s file for mingw.  If you target -win32, I get COFF, as
desired, and that should be a good workaround for now.

-- 
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/20131021/fe03518d/attachment.html>


More information about the llvm-bugs mailing list