This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API by adding them to the enumeration in Core.h.

llvm-svn: 194323
This commit is contained in:
Filip Pizlo 2013-11-09 06:00:03 +00:00
parent 980c6d518e
commit dfc9b586ae
1 changed files with 2 additions and 0 deletions

View File

@ -301,6 +301,8 @@ typedef enum {
LLVMCCallConv = 0,
LLVMFastCallConv = 8,
LLVMColdCallConv = 9,
LLVMWebKitJSCallConv = 12,
LLVMAnyRegCallConv = 13,
LLVMX86StdcallCallConv = 64,
LLVMX86FastcallCallConv = 65
} LLVMCallConv;