[aot] Add --apply-bindings=FILE option
authorAleksey Kliger <aleksey@xamarin.com>
Fri, 21 Apr 2017 20:04:34 +0000 (16:04 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Tue, 25 Apr 2017 19:25:29 +0000 (15:25 -0400)
commitcf31c4eed19f37c746fd3b50f395c906e5930a7f
treecbdc136d0fb36e3a6a8090f072da47ec52b8e22e
parent397de9a6b06ae7c08721da878208f252a1d4d40f
[aot] Add --apply-bindings=FILE option

Apply bindings from configuration file FILE when running the AOT compiler.

This is useful if you need to AOT a module bar.dll that is loaded when the main
assembly foo.exe has a configuration file foo.exe.config that specifies
assembly bindings that bar.dll should respect.
mono/mini/driver.c