#5103: LLVM backend broken with LLVM 2.9
-------------------------------+--------------------------------------------
    Reporter:  tener           |       Owner:  dterei         
        Type:  bug             |      Status:  new            
    Priority:  normal          |   Component:  Compiler (LLVM)
     Version:  7.1             |    Keywords:                 
    Testcase:                  |   Blockedby:                 
          Os:  Linux           |    Blocking:                 
Architecture:  x86_64 (amd64)  |     Failure:  None/Unknown   
-------------------------------+--------------------------------------------

Comment(by dons):

 I needed to tweak the regex to include tabs,

 {{{
 sed 's/.section[    ]*\".text\; .text/.section        .text\; .text/' "$4"
 > "$4.fixed_s"

 }}}

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

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to