[GHC] #16354: LLVM Backend generates invalid assembly.
GHC
ghc-devs at haskell.org
Fri Feb 22 14:10:07 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: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by AndreasK):
As far as I can tell the issue is that the format used is only supported
for ELF.
See https://sourceware.org/binutils/docs/as/Section.html
Assuming that is the reason hopefully we just need to pass an appropriate
flag to llvm.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16354#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list