[commit: ghc] wip/nfs-locking: Draft GenPrimopCode argument list. (ed20ac4)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:21:30 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/ed20ac498137f4c2e3f297e6312da93dab64be6d/ghc
>---------------------------------------------------------------
commit ed20ac498137f4c2e3f297e6312da93dab64be6d
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Sep 23 02:09:29 2015 +0100
Draft GenPrimopCode argument list.
>---------------------------------------------------------------
ed20ac498137f4c2e3f297e6312da93dab64be6d
src/Settings/Builders/GenPrimopCode.hs | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/Settings/Builders/GenPrimopCode.hs b/src/Settings/Builders/GenPrimopCode.hs
new file mode 100644
index 0000000..711aa80
--- /dev/null
+++ b/src/Settings/Builders/GenPrimopCode.hs
@@ -0,0 +1,8 @@
+module Settings.Builders.GenPrimopCode (genPrimopCodeArgs) where
+
+import Expression
+import Predicates (builder)
+
+-- Stdin/stdout are handled in a special way. See Rules/Actions.hs.
+genPrimopCodeArgs :: Args
+genPrimopCodeArgs = builder GenPrimopCode ? arg "--make-haskell-wrappers"
More information about the ghc-commits
mailing list