-
Notifications
You must be signed in to change notification settings - Fork 10.5k
build-script-impl: Remove dead code that expects an LLVM product #63745
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
build-script-impl: Remove dead code that expects an LLVM product #63745
Conversation
@swift-ci test |
3edb2f5
to
00453c1
Compare
@swift-ci please test |
00453c1
to
bd59b4d
Compare
@swift-ci please test |
bd59b4d
to
051bf3c
Compare
@swift-ci please test |
@swift-ci please test Linux platform |
Are we ready to ship this? |
utils/build-script-impl
Outdated
# Even if builds are skipped, Swift configuration relies on | ||
# some LLVM tools like TableGen. In the LLVM configure rules | ||
# above, a small subset of LLVM build_targets are selected | ||
# when SKIP_BUILD is set. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, apparently not.
051bf3c
to
920d05b
Compare
@swift-ci please test |
LLVM is a build-script product now.
The only thing that makes me doubt this change is the
--legacy-impl
build-script flag, although analogous cleanups were done in the past regardless of its existence.