Skip to content

[Explicit Module Builds] Serialize --target= flag instead of -triple #71987

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

Conversation

kastiglione
Copy link
Contributor

@kastiglione kastiglione commented Feb 29, 2024

Serialize a --target= flag (a driver option) instead of -triple (a frontend option). The XCC values are passed as driver flags, where -triple is not defined.

The target is passed as a joined flag and value, which is more convenient for lldb to consume.

@kastiglione kastiglione requested a review from artemcm February 29, 2024 19:06
Copy link
Contributor

@artemcm artemcm left a comment

Choose a reason for hiding this comment

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

Makes sense to me.

@kastiglione
Copy link
Contributor Author

@swift-ci smoke test

@kastiglione kastiglione changed the title [Explicit Module Builds] Serialize -target flag instead of -triple [Explicit Module Builds] Serialize --target= flag instead of -triple Feb 29, 2024
@kastiglione
Copy link
Contributor Author

@swift-ci smoke test

@kastiglione
Copy link
Contributor Author

@swift-ci smoke test windows

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