1
Fork 0

Set writable and dead_on_unwind attributes for sret arguments

This commit is contained in:
Nikita Popov 2024-02-19 15:02:49 +01:00
parent aa067fb984
commit 3695af697e
7 changed files with 31 additions and 3 deletions

View file

@ -200,6 +200,8 @@ pub enum AttributeKind {
AllocAlign = 39,
SanitizeSafeStack = 40,
FnRetThunkExtern = 41,
Writable = 42,
DeadOnUnwind = 43,
}
/// LLVMIntPredicate