[GHC] #2832: GHC -split-objs, Doesn't Print Error If GHC Built With SplitObjs = NO.

GHC trac at galois.com
Tue Dec 2 03:50:44 EST 2008


#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


More information about the Glasgow-haskell-bugs mailing list