Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2018-08-06 11:21:33 +0300
committerMarek Safar <marek.safar@gmail.com>2018-08-06 11:21:33 +0300
commita62bb95b279aa262df93e592d2cea4bba68e256e (patch)
tree15eccb056e95bc4ff640c807983b122e9905aec0 /llvm/SUBMODULES.json
parent7beff1090ce16fb6ed85db63dcb837647c63e296 (diff)
[sdks] Switch the 32 bit cross compilers back to the old llvm 3.6, the new version has too many problems. (#9889)
* [sdks] Switch the 32 bit cross compilers back to the old llvm 3.6, the new version has too many problems. * [sdks] Fix building llvm36.
Diffstat (limited to 'llvm/SUBMODULES.json')
-rw-r--r--llvm/SUBMODULES.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/SUBMODULES.json b/llvm/SUBMODULES.json
index 4d31216460b..36d0760bea6 100644
--- a/llvm/SUBMODULES.json
+++ b/llvm/SUBMODULES.json
@@ -6,5 +6,13 @@
"remote-branch": "origin/release_60",
"branch": "release_60",
"directory": "llvm"
+ },
+ {
+ "name": "llvm36",
+ "url": "git://github.com/mono/llvm.git",
+ "rev": "0b3cb8ac12cd839f8110775d4085e822e8af4d7b",
+ "remote-branch": "origin/master",
+ "branch": "master",
+ "directory": "llvm36"
}
]