mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Add uwtable, returnstwice and nonlazybind to the C bindings also.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141289 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff12c99d13
commit
6831b7c645
@ -115,7 +115,10 @@ typedef enum {
|
|||||||
LLVMNoImplicitFloatAttribute = 1<<23,
|
LLVMNoImplicitFloatAttribute = 1<<23,
|
||||||
LLVMNakedAttribute = 1<<24,
|
LLVMNakedAttribute = 1<<24,
|
||||||
LLVMInlineHintAttribute = 1<<25,
|
LLVMInlineHintAttribute = 1<<25,
|
||||||
LLVMStackAlignment = 7<<26
|
LLVMStackAlignment = 7<<26,
|
||||||
|
LLVMReturnsTwice = 1 << 29,
|
||||||
|
LLVMUWTable = 1 << 30,
|
||||||
|
LLVMNonLazyBind = 1 << 31
|
||||||
} LLVMAttribute;
|
} LLVMAttribute;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user