diff options
author | Norman Ramsey <Norman.Ramsey@tweag.io> | 2022-05-17 15:07:05 -0400 |
---|---|---|
committer | Norman Ramsey <Norman.Ramsey@tweag.io> | 2022-08-09 16:36:50 -0400 |
commit | a8a3a8785fa1a58436bcf6460c2f3bcc8412cd53 (patch) | |
tree | dc62e83e947c3b94800c533177aa2ce5503c9983 /compiler/ghc.cabal.in | |
parent | 56d3201996ccd9e858267dad7b6af577f3a71e56 (diff) | |
download | haskell-wip/nr/wasm-control-flow.tar.gz |
add new modules for reducibility and WebAssembly translationwip/nr/wasm-control-flow
also includes an emitter for GNU assembler code and some regression tests
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 238f992ed6..35b619b8ce 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -285,6 +285,7 @@ Library GHC.CmmToLlvm.Ppr GHC.CmmToLlvm.Regs GHC.Cmm.Dominators + GHC.Cmm.Reducibility GHC.Cmm.Type GHC.Cmm.Utils GHC.Core @@ -373,6 +374,7 @@ Library GHC.Data.FiniteMap GHC.Data.Graph.Base GHC.Data.Graph.Color + GHC.Data.Graph.Collapse GHC.Data.Graph.Directed GHC.Data.Graph.Inductive.Graph GHC.Data.Graph.Inductive.PatriciaTree @@ -803,6 +805,9 @@ Library GHC.Utils.Ppr.Colour GHC.Utils.TmpFs GHC.Utils.Trace + GHC.Wasm.ControlFlow + GHC.Wasm.ControlFlow.FromCmm + GHC.Wasm.ControlFlow.ToAsm Language.Haskell.Syntax Language.Haskell.Syntax.Basic |