Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make all symbols visible for MonoTouch.
MonoTouch may use a shared libmono with AOT-compiled assemblies, and the AOT-compiled assemblies need to access internal symbols from libmono. The monotouch runtime also uses a few internal API. So the easiest way to fix both these cases is to make everything public for MonoTouch. The libmono used will always be in sync with the AOT-compiled code, so ABI-breakage is not a concern.
- Loading branch information