Skip to content

[stable] Add missing link dependency clangToolingRefactoring -> clangToolingSyntax #7999

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

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Jan 19, 2024

clang/include/clang/tTooling/Refactoring/Rename/RefactoringAction.h includes clang/Tooling/Syntax/Tokens.h and thus clangToolingRefactoring needs to link against clangToolingSyntax so that the symbols defined in Tokens.h are actually present at link time.

…ntax

`clang/include/clang/tTooling/Refactoring/Rename/RefactoringAction.h` includes `clang/Tooling/Syntax/Tokens.h` and thus `clangToolingRefactoring` needs to link against `clangToolingSyntax` so that the symbols defined in `Tokens.h` are actually present at link time.
@ahoppen ahoppen requested a review from bnbarham January 19, 2024 05:28
Copy link

@bnbarham bnbarham left a comment

Choose a reason for hiding this comment

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

Did the LLVM test not catch this 🤔? Incremental build?

@ahoppen ahoppen changed the title Add missing link dependency clangToolingRefactoring -> clangToolingSyntax [stable] Add missing link dependency clangToolingRefactoring -> clangToolingSyntax Jan 19, 2024
@ahoppen
Copy link
Member Author

ahoppen commented Jan 19, 2024

@swift-ci Please test llvm

@ahoppen
Copy link
Member Author

ahoppen commented Jan 19, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Jan 19, 2024

Test failures are unrelated.

@ahoppen ahoppen merged commit 022d128 into swiftlang:stable/20230725 Jan 19, 2024
@ahoppen ahoppen deleted the ahoppen/add-missing-link-dependency branch January 19, 2024 17:04
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