-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[LLVM] Remove prepare-check-lit from lit testsuite dependencies
#159922
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
|
Unfortunately, that doesn't really change anything for us at all. While we're probably never going to run these "specialized" test suite, CMake will still fail over unsatisfiable dependencies. |
da15d18 to
6f791cc
Compare
prepare-check-lit dep to specialized testsuiteprepare-check-lit from lit testsuite dependencies
mgorny
left a comment
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.
LGTM. Thanks for correcting this.
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/28068 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/168/builds/16308 Here is the relevant piece of the build log for the reference |
Remove
prepare-check-litas it's not intended to prepare thellvm-litbinary (which was the original intent of adding this target to the dependencies).llvm-litis pre-populated when you run cmake, so there is no need to have an extra dependency for that. That also means that if you dorm -rf build/binand then runninja -C build check-llvm-filecheckllvm-lit will not get copied over and you need to run cmake again to get it back.