[gacutil] Use IKVM.Reflection instead of System.Reflection (#3582)
authorAleksey Kliger (λgeek) <akliger@gmail.com>
Wed, 21 Sep 2016 16:49:12 +0000 (12:49 -0400)
committerGitHub <noreply@github.com>
Wed, 21 Sep 2016 16:49:12 +0000 (12:49 -0400)
commit31d66d692fbe1378c68280357f486417ba8ff98d
tree46775590e2b91cabdf6c90093337f0ae7094ad0d
parent18ada43d3d4c170269c544bbb684fbfdd1f56408
[gacutil] Use IKVM.Reflection instead of System.Reflection (#3582)

* gacutil should use System.Reflection.Assembly.ReflectionOnlyLoadFrom() since it doesn't need to run the assemblies;
* but in fact, it could also use a managed reflection library. So in this PR we change it to use IKVM.Reflection
mcs/tools/gacutil/Makefile
mcs/tools/gacutil/driver.cs
mcs/tools/gacutil/gacutil.exe.sources