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