Refreshed patch

This commit is contained in:
Jo Shields 2019-05-29 10:23:59 -04:00
parent f4c4ca0c5f
commit 872b39cea2

View File

@ -1,10 +1,11 @@
diff -urNad mono-5.21.0.439.bak/mono/mini/aot-compiler.c mono-5.21.0.439/mono/mini/aot-compiler.c
--- mono-5.21.0.439.bak/mono/mini/aot-compiler.c 2018-11-13 03:22:01.000000000 -0500
+++ mono-5.21.0.439/mono/mini/aot-compiler.c 2018-11-13 11:07:35.737483738 -0500
@@ -12819,7 +12819,7 @@
acfg->aot_opts.nftnptr_arg_trampolines = 128;
diff --git a/mono/mini/aot-compiler.c b/mono/mini/aot-compiler.c
index d75d3f934f2..885877869da 100644
--- a/mono/mini/aot-compiler.c
+++ b/mono/mini/aot-compiler.c
@@ -13279,7 +13279,7 @@ mono_compile_assembly (MonoAssembly *ass, guint32 opts, const char *aot_options,
#endif
acfg->aot_opts.nunbox_arbitrary_trampolines = 256;
if (!acfg->aot_opts.llvm_path)
- acfg->aot_opts.llvm_path = g_strdup ("");
+ acfg->aot_opts.llvm_path = g_strdup ("/usr/lib/mono/llvm/bin/");
acfg->aot_opts.temp_path = g_strdup ("");