File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ library
1515 ghc-options : -Wall -Wcompat -fdefer-typed-holes
1616 default-language : Haskell2010
1717 ghc-options : -Wall -Wcompat
18- -fplugin=Gibbon.Plugin
18+ -fplugin=Gibbon.Plugin0
1919 -fplugin=Gibbon.Plugin1
2020
2121 "-optl-Wl,--allow-multiple-definition"
Original file line number Diff line number Diff line change 44
55module BinTree where
66
7- import Gibbon.Plugin ( PackedAnn (.. ) )
7+ import Gibbon.Plugin0 ( PackedAnn (.. ) )
88import Foreign
99import Foreign.C.Types
1010import GHC.Generics
Original file line number Diff line number Diff line change 66build-type : Simple
77
88library
9- exposed-modules : Gibbon.Plugin
9+ exposed-modules : Gibbon.Plugin0
1010 other-modules : Gibbon.CoreToL0
1111 Gibbon.Utils
1212 hs-source-dirs : src
Original file line number Diff line number Diff line change 11{-# LANGUAGE DeriveDataTypeable #-}
22
3- module Gibbon.Plugin ( plugin , PackedAnn (.. ) ) where
3+ module Gibbon.Plugin0 ( plugin , PackedAnn (.. ) ) where
44
55import qualified GHC.Types.TyThing as GHC
66import qualified GHC.Unit.External as GHC
@@ -31,7 +31,7 @@ gibbonCoreTodo = GHC.CoreDoPluginPass "GibbonLiftPacked" test
3131 where
3232 test :: GHC. ModGuts -> GHC. CoreM GHC. ModGuts
3333 test mod_guts = do
34- GHC. liftIO $ print " [Gibbon Core Plugin] Starting..."
34+ GHC. liftIO $ print " [Gibbon Core Plugin (0) ] Starting..."
3535
3636 -- Things defined in other modules and libraries.
3737 hsc_env <- GHC. getHscEnv
You can’t perform that action at this time.
0 commit comments