[clang-tools-extra] [clang-tidy][NFC]remove deps of clang in clang tidy test (PR #116588)

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 18 01:06:34 PST 2024


https://github.com/HerrCai0907 created https://github.com/llvm/llvm-project/pull/116588

It is introduced in https://reviews.llvm.org/D59528, but I don't find any usage of clang in clang tidy test.


>From 88cdc050337d45a8d80926de3cfbc68cc2ca8831 Mon Sep 17 00:00:00 2001
From: Congcong Cai <congcongcai0907 at 163.com>
Date: Mon, 18 Nov 2024 17:06:03 +0800
Subject: [PATCH] [clang-tidy][NFC]remove deps of clang in clang tidy test

It is introduced in https://reviews.llvm.org/D59528, but I don't find any usage of clang in clang tidy test.
---
 clang-tools-extra/test/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

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.



More information about the cfe-commits mailing list