[commit: ghc] wip/nfs-locking: Add GenPrimopCode builder. (702ce42)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:07:56 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/702ce42a9324375c294d8a3e0a49ce0c8a44bc62/ghc

>---------------------------------------------------------------

commit 702ce42a9324375c294d8a3e0a49ce0c8a44bc62
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Sep 23 02:06:48 2015 +0100

    Add GenPrimopCode builder.


>---------------------------------------------------------------

702ce42a9324375c294d8a3e0a49ce0c8a44bc62
 src/Builder.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Builder.hs b/src/Builder.hs
index 3a24df3..9448ed2 100644
--- a/src/Builder.hs
+++ b/src/Builder.hs
@@ -18,6 +18,7 @@ data Builder = Alex
              | Ar
              | Gcc Stage
              | GccM Stage
+             | GenPrimopCode
              | Ghc Stage
              | GhcCabal
              | GhcCabalHsColour
@@ -38,6 +39,7 @@ builderKey builder = case builder of
     Gcc Stage0       -> "system-gcc"
     Gcc _            -> "gcc"
     GccM stage       -> builderKey $ Gcc stage -- synonym for 'Gcc -MM'
+    GenPrimopCode    -> "genprimopcode"
     Ghc Stage0       -> "system-ghc"
     Ghc Stage1       -> "ghc-stage1"
     Ghc Stage2       -> "ghc-stage2"



More information about the ghc-commits mailing list