From 32306b9eb1ec6c17f5b6f4717d69e13a2de30480 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Fri, 4 Aug 2017 15:03:32 +0200 Subject: [PATCH] bump cecil and switch to mono-2017-04 to get mdb reading fix - fixes #58511, #58173 - the commit in the cecil: commit 362e2bb00fa693d04c2d140a4cd313eb82c78d95 Author: Radek Doulik Date: Thu Jun 22 21:53:55 2017 +0200 fix reading scope start - in case when the mdb file is out of sync, we might endup with start_instruction being null - it is regression introduced by 7c8e0f767d7b2f652a430e4e26f1d98a20f9e125 --- .gitmodules | 2 +- external/cecil | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 60d4e416e..f9cec11ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,4 +5,4 @@ [submodule "external/cecil"] path = external/cecil url = https://github.com/mono/cecil.git - branch = master + branch = mono-2017-04 diff --git a/external/cecil b/external/cecil index c76ba7b41..362e2bb00 160000 --- a/external/cecil +++ b/external/cecil @@ -1 +1 @@ -Subproject commit c76ba7b410447fa37093150cb7bc772cba28a0ae +Subproject commit 362e2bb00fa693d04c2d140a4cd313eb82c78d95