Skip to content
  • Alp Mestanogullari's avatar
    Expand $tooldir in ghc --info output · 37810347
    Alp Mestanogullari authored and Tamar Christina's avatar Tamar Christina committed
    Summary:
    This requires adding an `sToolDir :: Maybe FilePath` field to Settings, since
    compilerInfo is pure and therefore needs to have all the information
    available in the DynFlags.
    
    This should fix #15101 and #15107.
    
    Test Plan: ./validate --fast
    
    Reviewers: Phyx, bgamari
    
    Reviewed By: Phyx
    
    Subscribers: rwbarton, thomie, carter
    
    GHC Trac Issues: #15101, #15107
    
    Differential Revision: https://phabricator.haskell.org/D4686
    37810347