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

Enable ASAN/LSAN/TSAN for *-apple-ios-macabi #115644

Merged
merged 2 commits into from
Sep 19, 2023
Merged

Commits on Sep 18, 2023

  1. Enable ASAN/LSAN/TSAN for *-apple-ios-macabi

    The -macabi targets are iOS running on MacOS, and they use the runtime
    libraries for MacOS, thus they have the same sanitizers available as the
    *-apple-darwin targets.
    danakj committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4eb1b52 View commit details
    Browse the repository at this point in the history
  2. Document that the macabi sanitizers are shared with darwin

    Do not rename and resign the darwin sanitizers a second time for
    macabi.
    danakj committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b7e98e1 View commit details
    Browse the repository at this point in the history