From c8ce7b08bae8f86032dca601399fa1d4194db3d2 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Fri, 17 Jul 2009 18:07:26 +0000 Subject: Add support for naked functions llvm-svn: 76198 --- llvm/include/llvm-c/Core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/include/llvm-c') diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index d723d11111a..ee8058e8cc5 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -98,7 +98,8 @@ typedef enum { LLVMByValAttribute = 1<<7, LLVMNestAttribute = 1<<8, LLVMReadNoneAttribute = 1<<9, - LLVMReadOnlyAttribute = 1<<10 + LLVMReadOnlyAttribute = 1<<10, + LLVMNakedAttribute = 1<<24 } LLVMAttribute; typedef enum { -- cgit v1.2.3