From 9defe9a7ccb29b02ed78bede5892fd4e3e64307b Mon Sep 17 00:00:00 2001 From: Filip Pizlo Date: Sat, 9 Nov 2013 06:00:03 +0000 Subject: This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API by adding them to the enumeration in Core.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194323 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/Core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm-c') diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 30b1d82..d4de523 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -301,6 +301,8 @@ typedef enum { LLVMCCallConv = 0, LLVMFastCallConv = 8, LLVMColdCallConv = 9, + LLVMWebKitJSCallConv = 12, + LLVMAnyRegCallConv = 13, LLVMX86StdcallCallConv = 64, LLVMX86FastcallCallConv = 65 } LLVMCallConv; -- cgit v1.1