From a1f8b20f202c4cbeb8e96d25419519fe8d3b457e Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Mon, 24 Feb 2014 21:20:40 +0100 Subject: [PATCH] [runtime] Export mini_type_is_vtype on linux as it is needed by the loaded llvm module. --- mono/mini/ldscript.mono | 1 + 1 file changed, 1 insertion(+) diff --git a/mono/mini/ldscript.mono b/mono/mini/ldscript.mono index fce0f85d08b8c..72e77552ecf74 100644 --- a/mono/mini/ldscript.mono +++ b/mono/mini/ldscript.mono @@ -5,6 +5,7 @@ GC_start_blocking; GC_end_blocking; gc_thread_vtable; + mini_type_is_vtype; local: *; };