[GHC] #16354: LLVM Backend generates invalid assembly.

GHC ghc-devs at haskell.org
Fri Feb 22 18:25:47 UTC 2019


#16354: LLVM Backend generates invalid assembly.
-------------------------------------+-------------------------------------
        Reporter:  AndreasK          |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  high              |            Milestone:
       Component:  Compiler (LLVM)   |              Version:  8.9
      Resolution:                    |             Keywords:  CodeGen
Operating System:  Windows           |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by AndreasK):

 The issue here is that the target "x86_64-unknown-windows" generates
 .section directives which are not supported for pe output by the
 assembler.

 As far as I can tell however "x86_64-unknown-windows" (or one of the
 synonyms) IS the proper target. So this seems to be an issue with llvm.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16354#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list