Add uwtable, returnstwice and nonlazybind to the C bindings also.

llvm-svn: 141289
This commit is contained in:
Torok Edwin
2011-10-06 12:13:32 +00:00
parent 1cd9aded85
commit 1db48c0055

View File

@@ -115,7 +115,10 @@ typedef enum {
LLVMNoImplicitFloatAttribute = 1<<23,
LLVMNakedAttribute = 1<<24,
LLVMInlineHintAttribute = 1<<25,
LLVMStackAlignment = 7<<26
LLVMStackAlignment = 7<<26,
LLVMReturnsTwice = 1 << 29,
LLVMUWTable = 1 << 30,
LLVMNonLazyBind = 1 << 31
} LLVMAttribute;
typedef enum {