Skip to content

Suppress warnings for Swift C++ interop by hiding operator declarations. #11091

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

Open
wants to merge 1 commit into
base: stable/20240723
Choose a base branch
from

Conversation

tshortli
Copy link

Addresses warnings like this that are emitted during the Swift compiler build:

include/llvm/Transforms/Scalar/GVN.h:268:12: warning: cycle detected while resolving 'leader_iterator' in swift_name attribute for 'operator==' [#ClangDeclarationImport]

Addresses warnings like this that are emitted during the Swift compiler build:

```
include/llvm/Transforms/Scalar/GVN.h:268:12: warning: cycle detected while resolving 'leader_iterator' in swift_name attribute for 'operator==' [#ClangDeclarationImport]
```
@tshortli tshortli requested a review from a team as a code owner July 30, 2025 21:34
@tshortli
Copy link
Author

@swift-ci please test

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.

1 participant