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
path: root/llvm
diff options
context:
space:
mode:
authorLudovic Henry <luhenry@microsoft.com>2018-09-21 22:29:56 +0300
committerGitHub <noreply@github.com>2018-09-21 22:29:56 +0300
commit5cb2ef2cc097dd2a7e902f502552103bc9584fa1 (patch)
treece8bb7b5700bd9ea2dc940f9d58a26e4683ee324 /llvm
parent16dec74edef63041117149d08172dc1e846e32fd (diff)
[sdks] Fix llvm-llvm32 build (#10611)
* [sdks] Fix llvm-llvm32 build * [wasm] Make sure we compile wasm-cross as 32bits
Diffstat (limited to 'llvm')
-rw-r--r--llvm/SUBMODULES.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/SUBMODULES.json b/llvm/SUBMODULES.json
index 4d31216460b..3fe5e223070 100644
--- a/llvm/SUBMODULES.json
+++ b/llvm/SUBMODULES.json
@@ -2,7 +2,7 @@
{
"name": "llvm",
"url": "git://github.com/mono/llvm.git",
- "rev": "fc854b8ec5873d294b80afa3e6cf6a88c5c48886",
+ "rev": "81376d161cb6c2230834b2dc096ccbdae8d93020",
"remote-branch": "origin/release_60",
"branch": "release_60",
"directory": "llvm"