Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove branch target prologues from #[naked] fn #98998

Commits on Jul 7, 2022

  1. Stop emitting CET prologues for naked functions

    We can apply nocf_check as a hack for now.
    workingjubilee committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    92174f9 View commit details
    Browse the repository at this point in the history
  2. Also stop emitting BTI prologues for naked functions

    Same idea but for AArch64.
    workingjubilee committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    530b5da View commit details
    Browse the repository at this point in the history