From c52c794bcb09393fe0793becc46edf4a86607283 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Thu, 28 Jan 2016 20:06:52 -0500 Subject: [llvmonly] Remove bind-to-runtime-version from the aot flag used to compile the assemblies, it makes testing harder. --- mcs/build/rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/build/rules.make b/mcs/build/rules.make index 7ff27755ec1..b79132991eb 100644 --- a/mcs/build/rules.make +++ b/mcs/build/rules.make @@ -143,7 +143,7 @@ endif # Set the options for building and running AOT # The trampoline numbers are provisional, they are what is required # to run the corlib test suite. They should be considered a lower bound. -INVARIANT_AOT_OPTIONS=bind-to-runtime-version,nimt-trampolines=900,ntrampolines=8000 +INVARIANT_AOT_OPTIONS=nimt-trampolines=900,ntrampolines=8000 ifndef MONO_DISABLE_GSHAREDVT INVARIANT_AOT_OPTIONS:=$(INVARIANT_AOT_OPTIONS),ngsharedvt-trampolines=900 -- cgit v1.2.3