Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-24 04:33:29 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-24 19:40:54 +0300
commit9f5b8c4cf2b7980ea5dddef62b36bb1910b53ff9 (patch)
tree7db8aa9f98bd8a5c1242194d660ae84ee630bcce /mcs/class/System.Runtime.Serialization
parent1d6abe9ecaa51d39c01a9e4070e8bdd15b61593f (diff)
Rename the mobile_static profile to aot_only
We decided it's a better name since we're using the profile to test FullAOT scenarios on desktop (as opposed to the mobile profiles). While doing the rename I saw that a lot of the #ifdefs were using MOBILE_STATIC even though the code should actually be included/excluded in all FullAOT scenarios, e.g. System.Reflection.Emit. I replaced those cases with FULL_AOT_RUNTIME instead. For cases where code is specific to this profile, I added a new AOT_ONLY_DESKTOP define.
Diffstat (limited to 'mcs/class/System.Runtime.Serialization')
-rw-r--r--mcs/class/System.Runtime.Serialization/aot_only_System.Runtime.Serialization.dll.sources (renamed from mcs/class/System.Runtime.Serialization/mobile_static_System.Runtime.Serialization.dll.sources)0
1 files changed, 0 insertions, 0 deletions
diff --git a/mcs/class/System.Runtime.Serialization/mobile_static_System.Runtime.Serialization.dll.sources b/mcs/class/System.Runtime.Serialization/aot_only_System.Runtime.Serialization.dll.sources
index 6caafd41198..6caafd41198 100644
--- a/mcs/class/System.Runtime.Serialization/mobile_static_System.Runtime.Serialization.dll.sources
+++ b/mcs/class/System.Runtime.Serialization/aot_only_System.Runtime.Serialization.dll.sources