-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Suppress warnings for remote Clang targets #7423
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
Suppress warnings for remote Clang targets #7423
Conversation
@MaxDesiatov what would be the best way to test this? I couldn't find any tests with |
This is actually a draft, "package" doesn't exist for clang targets yet, I'm about open a PR to introduce that. |
I think I figured it out - I can extend ClangTargetBuildDescriptionTests to check that by forming a remote package dependency. |
This looks like something that belongs to |
Turns out we already have |
This mirrors behavior of remote swift targets which suppress warnings as well.
Remote in this case means local or remote source control or registry.
9ff1739
to
08efdf5
Compare
@swift-ci please test |
@swift-ci please test Windows platform |
@swift-ci test windows |
This mirrors behavior of remote swift targets which suppress warnings as well.