-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[clang-tidy][NFC]remove deps of clang in clang tidy test #116588
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
[clang-tidy][NFC]remove deps of clang in clang tidy test #116588
Conversation
It is introduced in https://reviews.llvm.org/D59528, but I don't find any usage of clang in clang tidy test.
@llvm/pr-subscribers-clang-tools-extra Author: Congcong Cai (HerrCai0907) ChangesIt is introduced in https://reviews.llvm.org/D59528, but I don't find any usage of clang in clang tidy test. Full diff: https://github.com/llvm/llvm-project/pull/116588.diff 1 Files Affected:
diff --git a/clang-tools-extra/test/CMakeLists.txt b/clang-tools-extra/test/CMakeLists.txt
index d72a117166a08b..7e4d99d8cfc1d3 100644
--- a/clang-tools-extra/test/CMakeLists.txt
+++ b/clang-tools-extra/test/CMakeLists.txt
@@ -50,8 +50,6 @@ set(CLANG_TOOLS_TEST_DEPS
clang-resource-headers
clang-tidy
- # Clang-tidy tests need clang for building modules.
- clang
)
# Add lit test dependencies.
|
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.
Presuming all tests continue to pass, this LGTM!
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/55/builds/3680 Here is the relevant piece of the build log for the reference
|
Unrelated timeout |
It is introduced in https://reviews.llvm.org/D59528, but I don't find any usage of clang in clang tidy test.