From 1823fc8726f61ec8d1d1fa6a6a36d84062f1f437 Mon Sep 17 00:00:00 2001 From: "Ben.Lippmeier@anu.edu.au" Date: Tue, 3 Feb 2009 06:27:46 +0000 Subject: [PATCH] SPARC NCG: Update cabal file --- compiler/ghc.cabal.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 80132a6..8571764 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -462,7 +462,16 @@ Library PprMach RegAllocColor RegAllocInfo - RegAllocLinear + RegAlloc.Linear.Main + RegAlloc.Linear.JoinToTargets + RegAlloc.Linear.State + RegAlloc.Linear.Stats + RegAlloc.Linear.FreeRegs + RegAlloc.Linear.StackMap + RegAlloc.Linear.Base + RegAlloc.Linear.X86.FreeRegs + RegAlloc.Linear.PPC.FreeRegs + RegAlloc.Linear.SPARC.FreeRegs RegAllocStats RegArchBase RegArchX86 -- 1.7.10.4