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:
authorLudovic Henry <luhenry@microsoft.com>2018-09-04 00:30:31 +0300
committerGitHub <noreply@github.com>2018-09-04 00:30:31 +0300
commit0dbcdd5c2812570b96876718f9f8e5f2b4c97177 (patch)
tree9d251a6d127a681951c26bfa5e7a93833a492b19 /llvm/SUBMODULES.json
parentf25f9e5f2b5e587a4e86b3ddc8cb5052240096df (diff)
[sdks] Add cross-{arm,arm64,x86,x86_64}{,-win} runtimes for XA + Unify provisioning of LLVM for both Android and iOS. (#10445)
* [sdks] Add CrossRuntimeTemplate * [sdks] Add cross-{arm,arm64,x86,x86_64}{,-win} runtimes for XA * [sdks] Use CrossRuntimeTemplate for iOS * [sdks] Factor various variables for RuntimeTemplate * [sdks] Use MonoRuntime template for desktop-x86_64 * [sdks] Unify provisioning of LLVM for both Android and iOS. A global CFLAGS would be set in `run-jenkins.sh`, and that would screw up with LLVM. The global CFLAGS makes sense as long as we are only building Mono, but that's not the case with LLVM anymore. * [sdks] Remove android-armeabi, it's been removed from XA already and the target has been deprecated in the NDK
Diffstat (limited to 'llvm/SUBMODULES.json')
-rw-r--r--llvm/SUBMODULES.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/SUBMODULES.json b/llvm/SUBMODULES.json
index 36d0760bea6..4d31216460b 100644
--- a/llvm/SUBMODULES.json
+++ b/llvm/SUBMODULES.json
@@ -6,13 +6,5 @@
"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"
}
]