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

Add support for control-flow protection #4239

Closed
wants to merge 5 commits into from

Commits on Oct 24, 2022

  1. Add support for control-flow protection

    This implementation is fully inspired by `-fcf-protection` in Clang,
    with options `none|branch|return|full`.
    
    - related: ldc-developers#2511
    - LLVM side: https://reviews.llvm.org/D40478
    kubo39 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    82a26de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c9461 View commit details
    Browse the repository at this point in the history
  3. Fix for reviews

    kubo39 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    8d3e487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c9d117 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    673f641 View commit details
    Browse the repository at this point in the history