Add an ExportSymbol property to MonoPInvokeCallbackAttribute to instruct the AOT...
commit928bd3ee2bc77f2fbd3e4fc1a21bc1ac68df0cfe
authorZoltan Varga <vargaz@gmail.com>
Wed, 6 Jul 2011 02:12:59 +0000 (6 04:12 +0200)
committerZoltan Varga <vargaz@gmail.com>
Wed, 6 Jul 2011 02:14:56 +0000 (6 04:14 +0200)
tree2f5bb44c0a5bdf295c2aceeabed9bd8686b1cdf0
parent70b56e1a2a2fd6401c8c9ea2203fd180b11cf95f
Add an ExportSymbol property to MonoPInvokeCallbackAttribute to instruct the AOT compiler to generate a global symbol for the native-to-managed wrapper.
mono/mini/aot-compiler.c