[commit: ghc] wip/angerman/llvmng: replace git subtree with submodule. (7aa6057)
git at git.haskell.org
git at git.haskell.org
Wed Feb 7 06:39:56 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/llvmng
Link : http://ghc.haskell.org/trac/ghc/changeset/7aa6057b2e0847a3c66ace6dd160f7f0e1c352ba/ghc
>---------------------------------------------------------------
commit 7aa6057b2e0847a3c66ace6dd160f7f0e1c352ba
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Fri Dec 8 13:12:09 2017 +0800
replace git subtree with submodule.
>---------------------------------------------------------------
7aa6057b2e0847a3c66ace6dd160f7f0e1c352ba
.gitmodules | 10 ++++++++++
hadrian | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules
index 2125a92..9d5608a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -132,3 +132,13 @@
[submodule "hadrian"]
path = hadrian
url = ../hadrian.git
+[submodule "libraries/data-bitcode"]
+ path = libraries/data-bitcode
+ url = https://github.com/angerman/data-bitcode.git
+[submodule "libraries/data-bitcode-llvm"]
+ path = libraries/data-bitcode-llvm
+ url = https://github.com/angerman/data-bitcode-llvm.git
+[submodule "libraries/data-bitcode-edsl"]
+ path = libraries/data-bitcode-edsl
+ url = https://github.com/angerman/data-bitcode-edsl.git
+
diff --git a/hadrian b/hadrian
index 86216e2..323212d 160000
--- a/hadrian
+++ b/hadrian
@@ -1 +1 @@
-Subproject commit 86216e249f307a778bef3755afb7474910bc60cc
+Subproject commit 323212d071d02e9435fb2c1eb3c47edd13cba195
More information about the ghc-commits
mailing list