Skip to content

utils: cleanup module triple computation #79765

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
Mar 4, 2025

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Mar 4, 2025

Use swiftc rather than swift as the latter is the driver driver driver. This simplifies the logic and should improve the computation path.

Use `swiftc` rather than `swift` as the latter is the driver driver
driver. This simplifies the logic and should improve the computation
path.
@compnerd
Copy link
Member Author

compnerd commented Mar 4, 2025

@swift-ci please smoke test

@compnerd
Copy link
Member Author

compnerd commented Mar 4, 2025

CC: @weliveindetail @andrurogerz

@@ -521,30 +521,21 @@ function Get-TargetInfo($Arch) {
# Cache the result of "swift -print-target-info" as $Arch.Cache.TargetInfo
Copy link
Contributor

Choose a reason for hiding this comment

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

swift -> swiftc

Copy link
Member Author

Choose a reason for hiding this comment

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

If there is a failure, I'll update this, otherwise, I'll do that subsequently I think. I have a number of upcoming changes in the script.

@compnerd compnerd merged commit 375bc35 into swiftlang:main Mar 4, 2025
3 checks passed
@compnerd compnerd deleted the invocation branch March 4, 2025 23:44
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