#5750: Pretty-print LLVM .ll output files
------------------------------+---------------------------------------------
 Reporter:  tibbe             |          Owner:  dterei          
     Type:  bug               |         Status:  new             
 Priority:  normal            |      Component:  Compiler (LLVM) 
  Version:  7.2.1             |       Keywords:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  Other             |       Testcase:                  
Blockedby:                    |       Blocking:                  
  Related:                    |  
------------------------------+---------------------------------------------

Comment(by dterei):

 So if you do this:

 {{{
 $ ghc -ddump-llvm -ddump-to-file ...
 }}}

 You should get what you are after. Let me know if its not good enough but
 it seems fine. I looked at changing the '-keep-llvm-files' output to be
 pretty printed but its actually a slightly harder change than you would
 think due to the way the pretty print in GHC is done.

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to