From 01ad199746f0b8afdccabcb6681c5fb4b99dd4e5 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 3 Apr 2019 13:19:57 -0400 Subject: [PATCH] Add MONO_LLVM_INTERNAL to re-fix LLVM AOT with loadedllvm Commit migrated from https://github.com/mono/mono/commit/656208c0047eee2d21319ed249f306680b913da7 --- src/mono/mono/utils/mono-threads-coop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/mono/utils/mono-threads-coop.h b/src/mono/mono/utils/mono-threads-coop.h index c9a0897..2da78ea 100644 --- a/src/mono/mono/utils/mono-threads-coop.h +++ b/src/mono/mono/utils/mono-threads-coop.h @@ -70,7 +70,7 @@ gboolean mono_threads_suspend_policy_is_blocking_transition_enabled (MonoThreadsSuspendPolicy p); MonoThreadsSuspendPolicy -mono_threads_suspend_policy (void); +mono_threads_suspend_policy (void) MONO_LLVM_INTERNAL; const char* mono_threads_suspend_policy_name (MonoThreadsSuspendPolicy p); -- 2.7.4