Add MONO_LLVM_INTERNAL to re-fix LLVM AOT with loadedllvm
authorJo Shields <joshield@microsoft.com>
Wed, 3 Apr 2019 17:19:57 +0000 (13:19 -0400)
committerJo Shields <joshield@microsoft.com>
Wed, 3 Apr 2019 17:19:57 +0000 (13:19 -0400)
Commit migrated from https://github.com/mono/mono/commit/656208c0047eee2d21319ed249f306680b913da7

src/mono/mono/utils/mono-threads-coop.h

index c9a0897..2da78ea 100644 (file)
@@ -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);