Re: #16354: LLVM Backend generates invalid assembly.
"GHC" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.glasgow.bugs |
|---|---|
| Message-ID | <[email protected]> |
#16354: LLVM Backend generates invalid assembly.
-------------------------------------+-------------------------------------
Reporter: AndreasK | Owner: (none)
Type: bug | Status: upstream
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 bgamari):
I don't think it would be wise to let this issue hold us back on an old
llvm release. However, the other options aren't much better. Ideally we
would just use llvm-mc but this is easier said than done since we use
invoke the assembler through gcc. Using as directly is complicated by the
fact that we would then be responsible for running cpp ourselves.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16354#comment:9>