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

[ARM] Enable cfi-icall for thumb triples #102126

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Commits on Aug 6, 2024

  1. [ARM] Enable cfi-icall for thumb triples

    Support for this was added back in 2016
    (https://reviews.llvm.org/D27499), but never enabled in the driver.
    Since then, it's been possible to enable this with an arm triple and the
    -mthumb option, but not with a thumb triple.
    
    This also caused -fsanitise=cfi to enable cfi-icall for arm triple but
    not thumb triples, which caused spurious sanitiser failures if mixing
    the two ISAs in one program.
    ostannard committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    776cac4 View commit details
    Browse the repository at this point in the history