linux-packaging-mono/mono/mini/llvm-runtime.h
Xamarin Public Jenkins (auto-signing) 966bba02bb Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
2017-06-07 13:16:24 +00:00

27 lines
339 B
C

/**
* \file
* Runtime support for llvm generated code
*
* Authors:
* Zoltan Varga (vargaz@gmail.com)
*
* (C) 2015 Xamarin, Inc.
*/
#ifndef __MONO_LLVM_RUNTIME_H__
#define __MONO_LLVM_RUNTIME_H__
#include <glib.h>
G_BEGIN_DECLS
void
mono_llvm_cpp_throw_exception (void);
G_END_DECLS
#endif /* __MONO_LLVM_RUNTIME_H__ */