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

Reland '[hwasan] Add fixed_shadow_base flag (#73980)' #95445

Merged
merged 4 commits into from
Jun 14, 2024

Commits on Jun 13, 2024

  1. Reland '[hwasan] Add fixed_shadow_base flag (llvm#73980)'

    This was reverted in llvm#95435 because it broke Android static hwasan binaries. This reland excludes Android from the logic, as suggested by Vitaly.
    
    Original commit message:
    When set to non-zero, the HWASan runtime will map the shadow base at the
    specified constant address.
    
    This is particularly useful in conjunction with the existing compiler option
    'hwasan-mapping-offset', which bakes a hardcoded constant address into
    the instrumentation.
    thurstond committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    075ff47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac873a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    8b6c034 View commit details
    Browse the repository at this point in the history
  2. Add FIXME

    vitalybuka committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ed626ed View commit details
    Browse the repository at this point in the history