Skip to content

[6.0.0][PackageModel] Toolchain: Split SwiftTesting flags between swift… #7908

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

xedin
Copy link
Contributor

@xedin xedin commented Aug 23, 2024

… compiler and linker

  • Explanation:

Fixes a bug where keeping them together broke Symbol Graph Extract tool because it cannot handle -Xlinker flags.

(cherry picked from commit 22b41d0)

… compiler and linker (swiftlang#7907)

- Explanation:

Fixes a bug where keeping them together broke Symbol Graph Extract tool
because it cannot handle `-Xlinker` flags.

- Main Branch PR:
swiftlang#7903

- Resolves: rdar://134406349

- Risk: Low (This is technically an NFC since it only re-arranging how
to the flags are propagated but doesn't change them).

- Reviewed By: @MaxDesiatov

- Testing: New tests were added to the test suite.

(cherry picked from commit 22b41d0)
@xedin xedin requested a review from a team as a code owner August 23, 2024 00:04
@xedin xedin requested a review from bnbarham August 23, 2024 00:04
@xedin
Copy link
Contributor Author

xedin commented Aug 23, 2024

@swift-ci please test

@rauhul
Copy link
Member

rauhul commented Aug 23, 2024

Can we also just make symbol graph extract support all the driver/frontend args, it's pretty annoying that it only supports a subset.

@xedin
Copy link
Contributor Author

xedin commented Aug 23, 2024

@swift-ci please test

1 similar comment
@bnbarham
Copy link
Contributor

@swift-ci please test

@xedin xedin merged commit 356ca27 into swiftlang:release/6.0.0 Aug 24, 2024
5 checks passed
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.

3 participants