#2832: GHC -split-objs, Doesn't Print Error If GHC Built With SplitObjs = NO.
---------------------------------+------------------------------------------
    Reporter:  dejones           |        Owner:                  
        Type:  bug               |       Status:  new             
    Priority:  normal            |    Milestone:  6.10.2          
   Component:  Compiler          |      Version:  6.11            
    Severity:  normal            |   Resolution:                  
    Keywords:  split-objs, ghc   |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Changes (by simonmar):

  * difficulty:  => Unknown
  * milestone:  => 6.10.2

Comment:

 `SplitObjs` is overloaded: it means both enable splitting (`-split-objs`)
 and also build the bootlibs with splitting on.

 There's no good reason to want to disable splitting support completely,
 unless the platform doesn't support it.  So we should have two separate
 knobs here.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2832#comment:2>
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