From f120921e6b3144f973ae4993443f66eafb8f31c7 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Tue, 7 Aug 2018 11:39:41 -0400 Subject: [PATCH] Refreshed llvm_llc_opt_default_path.patch Former-commit-id: 6eb98d47f021f11b276f8e16f52739e9366d561c --- debian/patches/llvm_llc_opt_default_path.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/patches/llvm_llc_opt_default_path.patch b/debian/patches/llvm_llc_opt_default_path.patch index b4af40b68b..b309428b5d 100644 --- a/debian/patches/llvm_llc_opt_default_path.patch +++ b/debian/patches/llvm_llc_opt_default_path.patch @@ -1,11 +1,11 @@ -diff --git a/mono/mini/aot-compiler.c b/mono/mini/aot-compiler.c -index d831bfe8cf5..e419cbdb53b 100644 ---- a/mono/mini/aot-compiler.c -+++ b/mono/mini/aot-compiler.c -@@ -12465,7 +12465,7 @@ mono_compile_assembly (MonoAssembly *ass, guint32 opts, const char *aot_options, - acfg->aot_opts.nimt_trampolines = 512; - acfg->aot_opts.nrgctx_fetch_trampolines = 128; - acfg->aot_opts.ngsharedvt_arg_trampolines = 512; +Index: xamarin-pkg-mono/mono/mini/aot-compiler.c +=================================================================== +--- xamarin-pkg-mono.orig/mono/mini/aot-compiler.c ++++ xamarin-pkg-mono/mono/mini/aot-compiler.c +@@ -12559,7 +12559,7 @@ mono_compile_assembly (MonoAssembly *ass + #ifdef MONO_ARCH_HAVE_FTNPTR_ARG_TRAMPOLINE + acfg->aot_opts.nftnptr_arg_trampolines = 128; + #endif - 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 ("");