Skip to content

[Sanitizers] Remove obsolete LIT substitution #65420

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

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

yln
Copy link
Contributor

@yln yln commented Apr 25, 2023

The purpose of this LIT substitution was to ensure we compile test binaries for iOS with an deployment target of >= iOS 8.

@yln yln self-assigned this Apr 25, 2023
@yln
Copy link
Contributor Author

yln commented Apr 25, 2023

@swift-ci Please test

# variable which enforces the usage of iOS8+ when iOS is used.
config.substitutions.append(('%sanitizers-target-triple',
config.variant_triple.replace("ios7", "ios8")))

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eric, can you confirm that the minimum deployment target in Swift tests is >= iOS 8?
@edymtt

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For all intent and purposes, yes:

@yln yln merged commit 0ce8bfa into main Apr 27, 2023
@yln yln deleted the remove-sanitizers-target-triple-lit-substitution branch April 27, 2023 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants