Set writable and dead_on_unwind attributes for sret arguments
This commit is contained in:
parent
aa067fb984
commit
3695af697e
7 changed files with 31 additions and 3 deletions
|
@ -200,6 +200,8 @@ pub enum AttributeKind {
|
|||
AllocAlign = 39,
|
||||
SanitizeSafeStack = 40,
|
||||
FnRetThunkExtern = 41,
|
||||
Writable = 42,
|
||||
DeadOnUnwind = 43,
|
||||
}
|
||||
|
||||
/// LLVMIntPredicate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue