[llvm-bugs] [Bug 26284] New: C API does not expose all attributes
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jan 24 17:42:29 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26284
Bug ID: 26284
Summary: C API does not expose all attributes
Product: new-bugs
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: superjoe30 at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
include/llvm-c/Core.h:
/* FIXME: These attributes are currently not included in the C API as
a temporary measure until the API/ABI impact to the C API is understood
and the path forward agreed upon.
LLVMSanitizeAddressAttribute = 1ULL << 32,
LLVMStackProtectStrongAttribute = 1ULL<<35,
LLVMColdAttribute = 1ULL << 40,
LLVMOptimizeNoneAttribute = 1ULL << 42,
LLVMInAllocaAttribute = 1ULL << 43,
LLVMNonNullAttribute = 1ULL << 44,
LLVMJumpTableAttribute = 1ULL << 45,
LLVMConvergentAttribute = 1ULL << 46,
LLVMSafeStackAttribute = 1ULL << 47,
*/
Specifically I'm trying to use the LLVMNonNullAttribute, but sadly it is
unavailable in the C API.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160125/26abde6b/attachment.html>
More information about the llvm-bugs
mailing list