projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3481cdc
)
This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API by...
author
Filip Pizlo
<fpizlo@apple.com>
Sat, 9 Nov 2013 06:00:03 +0000
(06:00 +0000)
committer
Filip Pizlo
<fpizlo@apple.com>
Sat, 9 Nov 2013 06:00:03 +0000
(06:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194323
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm-c/Core.h
patch
|
blob
|
history
diff --git
a/include/llvm-c/Core.h
b/include/llvm-c/Core.h
index 30b1d829d25da77f4c86ce54be2aeedd35d443b6..d4de52345bd9f10a24994431f70635cb3d24a824 100644
(file)
--- 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;