Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini / llvm-runtime.h
1 /**
2  * \file
3  * Runtime support for llvm generated code
4  *
5  * Authors:
6  *   Zoltan Varga (vargaz@gmail.com)
7  *
8  * (C) 2015 Xamarin, Inc.
9  */
10
11 #ifndef __MONO_LLVM_RUNTIME_H__
12 #define __MONO_LLVM_RUNTIME_H__
13
14 #include <glib.h>
15
16 G_BEGIN_DECLS
17
18 void
19 mono_llvm_cpp_throw_exception (void);
20
21 G_END_DECLS
22
23 #endif /* __MONO_LLVM_RUNTIME_H__ */
24  
25
26