Stop emitting CET prologues for naked functions
We can apply nocf_check as a hack for now.
This commit is contained in:
@@ -191,6 +191,7 @@ pub enum AttributeKind {
|
||||
StackProtect = 32,
|
||||
NoUndef = 33,
|
||||
SanitizeMemTag = 34,
|
||||
NoCfCheck = 35,
|
||||
}
|
||||
|
||||
/// LLVMIntPredicate
|
||||
|
||||
Reference in New Issue
Block a user