Skip to content

Add -sil-inline-never-function flag #32660

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
Jul 1, 2020

Conversation

meg-gupta
Copy link
Contributor

-sil-inline-never-functions already exists, but it does a substring match. This is not desired all the time. Add
-sil-inline-never-function flag that does a full string match and avoids inlining functions with that name

-sil-inline-never-functions already exists, but it does a substring
match. This is not desired all the time. Add
-sil-inline-never-function flag that does a full string match and avoids
inlining functions with that name
@meg-gupta
Copy link
Contributor Author

@swift-ci smoke test

@meg-gupta
Copy link
Contributor Author

Needed this flag for another change I am working on where -sil-inline-never-functions forced no inline on too many functions due to the substring match.

@meg-gupta
Copy link
Contributor Author

@swift-ci smoke test OS X platform

@meg-gupta meg-gupta merged commit 906b3cb into swiftlang:master Jul 1, 2020
@gottesmm
Copy link
Contributor

gottesmm commented Jul 2, 2020

LGTM

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