Implement ffi_returns_twice attribute
This commit is contained in:
parent
bcfb5e8ac3
commit
c4b46ace55
13 changed files with 79 additions and 0 deletions
|
@ -114,6 +114,7 @@ pub enum Attribute {
|
|||
SanitizeMemory = 22,
|
||||
NonLazyBind = 23,
|
||||
OptimizeNone = 24,
|
||||
ReturnsTwice = 25,
|
||||
}
|
||||
|
||||
/// LLVMIntPredicate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue