Skip to content

[swift-syntax] Don’t pass --filecheck-exec to swift-syntax’s build script #68364

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
Sep 7, 2023

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Sep 6, 2023

Companion of swiftlang/swift-syntax#2160


swift-syntax no longer has lit tests, so the --filecheck-exec parameter isn’t needed anymore.

…script

swift-syntax no longer has lit tests, so the `--filecheck-exec` parameter isn’t needed anymore.
@ahoppen ahoppen requested review from rintaro and bnbarham September 6, 2023 23:44
@ahoppen ahoppen marked this pull request as ready for review September 6, 2023 23:44
@ahoppen
Copy link
Member Author

ahoppen commented Sep 6, 2023

swiftlang/swift-syntax#2160

@swift-ci Please smoke test

'bin',
'FileCheck')
])
command='test')

def should_install(self, host_target):
return self.args.install_swiftsyntax
Copy link
Contributor

Choose a reason for hiding this comment

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

Are all the dependencies in get_dependencies actually needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I think so. We might not need to list LLVM, LibCXX, LibICU and LLBuild because they are transitive dependencies of Swift / SwiftPM that we don’t explicitly depend upon but I’m not sure if get_dependencies should include these transitive dependencies.

@gottesmm You added these, do you know if we explicitly need to list these dependencies here?

@ahoppen ahoppen merged commit 9876411 into swiftlang:main Sep 7, 2023
@ahoppen ahoppen deleted the ahoppen/no-more-swiftsyntax-lit branch September 7, 2023 16:32
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