You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X86][KCFI] Do not emit a type prefix for nocf_check functions
With indirect branch protection, the `nocf_check` attribute
prevents a function from being called indirectly by omitting the
ENDBR instruction from the beginning of the function body. As
KCFI type prefixes are only needed for indirectly callable
functions, don't emit the unnecessary prefix for `nocf_check`
functions.
0 commit comments