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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-12-14 02:14:51 +0300
committerJan Kotas <jkotas@microsoft.com>2015-12-15 01:08:35 +0300
commita04612c0fe105132f3abde6832e63e291dad992f (patch)
tree7e7fb6db1fe427dfd3e9216b7a1b97c9e8891379 /src/ILCompiler
parente48b7a5bf2c3b2e3411288de7677e230e30e9c5e (diff)
Update RyuJIT
- Update RyuJIT package to latest CoreCLR (includes the .NET 4.6.1 integration) - Update and fix JIT-EE interface to keep "Hello world" working - Update documentation as necessary
Diffstat (limited to 'src/ILCompiler')
-rw-r--r--src/ILCompiler/src/project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILCompiler/src/project.json b/src/ILCompiler/src/project.json
index 41f010f5d..a194def8c 100644
--- a/src/ILCompiler/src/project.json
+++ b/src/ILCompiler/src/project.json
@@ -19,7 +19,7 @@
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.0.22",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23409",
- "Microsoft.DotNet.RyuJit": "1.0.1-prerelease-00002",
+ "Microsoft.DotNet.RyuJit": "1.0.2-prerelease-00002",
"Microsoft.DotNet.ObjectWriter": "1.0.3-prerelease-00001",
},
"frameworks": {