Merge remote-tracking branch 'refs/remotes/mono/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 #include <unwind.h>
16
17 G_BEGIN_DECLS
18
19 void
20 mono_llvm_cpp_throw_exception (void);
21
22 G_END_DECLS
23
24 #endif /* __MONO_LLVM_RUNTIME_H__ */
25  
26
27