[GHC] #7922: adding direct *.c -> object code (*.o/so/dylib) support to compilation driver

GHC cvs-ghc at haskell.org
Thu May 23 14:21:47 CEST 2013


#7922: adding direct *.c -> object code (*.o/so/dylib) support to compilation
driver
---------------------------------+------------------------------------------
    Reporter:  carter            |       Owner:                  
        Type:  feature request   |      Status:  new             
    Priority:  normal            |   Milestone:                  
   Component:  Compiler          |     Version:  7.7             
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:  #7904             |  
---------------------------------+------------------------------------------

Comment(by igloo):

 So my hope is that if
 {{{
 $compiler $flags -c foo.c
 }}}
 works, then so does
 {{{
 $compiler $flags -S foo.c
 $compiler $flags -c foo.s
 }}}

 If that's so, then I think we can close this ticket. But I'm not sure
 whether you have a case where that's not so, and if you do, whether it
 still causes you problems?

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



More information about the ghc-tickets mailing list