Skip to content
Snippets Groups Projects

hadrian: no enableLateCCS in enabledProfiledGhc

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Alexis King
    0001-patch-no-late-CCS.patch 722 B
    From bd3ac84305f2f2a551cdfc336d2b19f4a74278ac Mon Sep 17 00:00:00 2001
    From: Alexis King <lexi.lambda@gmail.com>
    Date: Mon, 23 Oct 2023 15:10:02 -0500
    Subject: [PATCH] patch: no late CCS
    
    ---
     hadrian/src/Flavour.hs | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/hadrian/src/Flavour.hs b/hadrian/src/Flavour.hs
    index 3aabd263ce..44e7b6e9c6 100644
    --- a/hadrian/src/Flavour.hs
    +++ b/hadrian/src/Flavour.hs
    @@ -243,7 +243,7 @@ viaLlvmBackend = addArgs $ notStage0 ? builder Ghc ? arg "-fllvm"
     -- dynamically-linker.
     enableProfiledGhc :: Flavour -> Flavour
     enableProfiledGhc flavour =
    -  enableLateCCS flavour
    +  flavour
         { rtsWays = do
             ws <- rtsWays flavour
             mconcat
    -- 
    2.42.0
    
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment