-
Notifications
You must be signed in to change notification settings - Fork 10.5k
build: de-GYB_SOURCES the host tools #29992
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
@swift-ci please clean test |
Build failed |
Build failed |
@swift-ci please clean test |
@swift-ci please test |
Build failed |
Build failed |
Use a newly introduced `swift_gyb_target_sources` to gyb and use the generated sources when building. Let CMake figure out when to run the command, let it invoke the command properly, and indicate that the sources being added to the target are generated.
@swift-ci please clean test |
Build failed |
Build failed |
@swift-ci please smoke test |
Batched in #31125 |
Use a newly introduced
swift_gyb_target_sources
to gyb and use thegenerated sources when building. Let CMake figure out when to run the
command, let it invoke the command properly, and indicate that the
sources being added to the target are generated.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.