2018-04-17 10:37:02 -04:00
|
|
|
diff --git a/mono/mini/aot-compiler.c b/mono/mini/aot-compiler.c
|
2018-08-07 11:36:30 -04:00
|
|
|
index 61becfed022..e04c9f0b7ae 100644
|
2018-04-17 10:37:02 -04:00
|
|
|
--- a/mono/mini/aot-compiler.c
|
|
|
|
+++ b/mono/mini/aot-compiler.c
|
2018-08-07 11:36:30 -04:00
|
|
|
@@ -12496,7 +12496,7 @@ mono_compile_assembly (MonoAssembly *ass, guint32 opts, const char *aot_options,
|
2018-04-17 10:37:02 -04:00
|
|
|
acfg->aot_opts.nimt_trampolines = 512;
|
|
|
|
acfg->aot_opts.nrgctx_fetch_trampolines = 128;
|
|
|
|
acfg->aot_opts.ngsharedvt_arg_trampolines = 512;
|
|
|
|
- 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 ("");
|
|
|
|
#ifdef MONOTOUCH
|
|
|
|
acfg->aot_opts.use_trampolines_page = TRUE;
|