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

Disable CFI for core and std CFI violations #115200

Merged
merged 2 commits into from
Oct 4, 2023

Commits on Oct 4, 2023

  1. Disable CFI for core and std CFI violations

    Works around rust-lang#115199 by temporarily disabling CFI for core and std CFI
    violations to allow the user rebuild and use both core and std with CFI
    enabled using the Cargo build-std feature.
    rcvalle committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7b45674 View commit details
    Browse the repository at this point in the history
  2. Update documentation for LLVM CFI support

    Updates documentation for LLVM CFI support with recommended information
    since the user can now rebuild and use both core and std with CFI
    enabled using the Cargo build-std feature.
    rcvalle committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    abece4f View commit details
    Browse the repository at this point in the history