add wasm eh intrinsics
This commit is contained in:
parent
82336c1311
commit
00ce5e8fca
3 changed files with 9 additions and 0 deletions
|
@ -1071,6 +1071,7 @@ extern "C" {
|
|||
|
||||
// Operations on other types
|
||||
pub fn LLVMVoidTypeInContext(C: &Context) -> &Type;
|
||||
pub fn LLVMTokenTypeInContext(C: &Context) -> &Type;
|
||||
pub fn LLVMMetadataTypeInContext(C: &Context) -> &Type;
|
||||
|
||||
// Operations on all values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue